This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
- Introduced
ENDS_WITH(str, postfix)
function that checks ifstr
ends withpostfix
. - Introduced
IS_DIR(path)
function that checks ifpath
is 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.