Checks if the path exists as a directory.
Checks if the path exists as a file.
Checks if the path exists as a symlink.
If 'from' exists, then copy. Otherwise do nothing. Supports Path and command echoing.
If 'name' doesn't already exist, then mkdir. Otherwise do nothing. Supports Path and command echoing.
If 'name' doesn't already exist, then mkdirRecurse. Otherwise do nothing. Supports Path and command echoing.
If 'name' exists, then remove. Otherwise do nothing. Supports Path, command echoing and dryrun.
If 'from' exists, then rename. Otherwise do nothing. Supports Path and command echoing.
If 'name' exists, then rmdir. Otherwise do nothing. Supports Path and command echoing.
If 'name' exists, then rmdirRecurse. Otherwise do nothing. Supports Path and command echoing.
Posix-only. If 'original' exists, then symlink. Otherwise do nothing. Supports Path and command echoing.
Scriptlike $(SCRIPTLIKE_VERSION)
Extra Scriptlike-only functionality to complement $(MODULE_STD_FILE).