Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

0.2.0 — Removing Everything

Latest
Compare
Choose a tag to compare
@rexim rexim released this 29 Jan 18:06
· 155 commits to master since this release
  • Introduced ENDS_WITH(str, postfix) function that checks if str ends with postfix.
  • Introduced IS_DIR(path) function that checks if pathis a directory.
  • Introduced RM(path) function that removes the specified path. It does not care if the path is file or directory, it just removes everything recursive every time.