Checks if the path exists as a directory.
Checks if the path exists as a file.
Checks if the path exists as a symlink.
Delete name regardless of whether it's a file or directory. If it's a directory, it's deleted recursively, via $(API_FILE_WRAP rmdirRecurse). Throws if the file/directory doesn't exist.
If 'from' exists, then copy. Otherwise, do nothing and return false.
If 'name' doesn't already exist, then mkdir. Otherwise, do nothing and return false.
If 'name' doesn't already exist, then mkdirRecurse. Otherwise, do nothing and return false.
If 'name' exists, then remove. Otherwise, do nothing and return false.
If name exists, then delete it regardless of whether it's a file or directory. If it doesn't already exist, do nothing and return false.
If 'from' exists, then rename. Otherwise, do nothing and return false.
If 'name' exists, then rmdir. Otherwise, do nothing and return false.
If 'name' exists, then rmdirRecurse. Otherwise, do nothing and return false.
Posix-only. If 'original' exists, then symlink. Otherwise, do nothing and return false.
Scriptlike $(SCRIPTLIKE_VERSION)
Extra Scriptlike-only functionality to complement $(MODULE_STD_FILE).