Alias of read, included to provide naming symmetry with writeFile, which helps avoid naming conflicts with std.stdio.write.
Alias of write to help avoid naming conflicts with std.stdio.write. A readFile is also provided for symmetry with writeFile.
Like $(FULL_STD_FILE append), but supports Path, command echoing and dryrun.
Like $(FULL_STD_FILE chdir), but supports Path and command echoing.
Like $(FULL_STD_FILE chdir), but supports Path and command echoing.
Like $(FULL_STD_FILE copy), but supports Path, command echoing and dryrun.
Like $(FULL_STD_FILE dirEntries), but supports Path and command echoing.
Like $(FULL_STD_FILE exists), but supports Path and command echoing.
Like $(FULL_STD_FILE getAttributes), but supports Path and command echoing.
Like $(FULL_STD_FILE getLinkAttributes), but supports Path and command echoing.
Like $(FULL_STD_FILE getSize), but supports Path and command echoing.
Like $(FULL_STD_FILE getTimes), but supports Path and command echoing.
Windows-only. Like $(FULL_STD_FILE getTimesWin), but supports Path and command echoing.
Like $(FULL_STD_FILE getcwd), but returns a Path.
Like $(FULL_STD_FILE mkdir), but supports Path, command echoing and dryrun.
Like $(FULL_STD_FILE mkdirRecurse), but supports Path, command echoing and dryrun.
Like $(FULL_STD_FILE read), but supports Path and command echoing.
Posix-only. Like $(FULL_STD_FILE readLink), but supports Path and command echoing.
Like $(FULL_STD_FILE readText), but supports Path and command echoing.
Like $(FULL_STD_FILE remove), but supports Path, command echoing and dryrun.
Like $(FULL_STD_FILE rename), but supports Path, command echoing and dryrun.
Like $(FULL_STD_FILE rmdir), but supports Path, command echoing and dryrun.
Like $(FULL_STD_FILE rmdirRecurse), but supports Path, command echoing and dryrun.
Like $(FULL_STD_FILE setTimes), but supports Path, command echoing and dryrun.
Like $(FULL_STD_FILE slurp), but supports Path and command echoing.
Posix-only. Like $(FULL_STD_FILE symlink), but supports Path and command echoing.
Like $(FULL_STD_FILE tempDir), but supports Path and command echoing.
Like $(FULL_STD_FILE thisExePath), but supports Path and command echoing.
Like $(FULL_STD_FILE timeLastModified), but supports Path and command echoing.
Like $(FULL_STD_FILE write), but supports Path, command echoing and dryrun.
Like $(FULL_STD_FILE isDir), but supports Path and command echoing.
Like $(FULL_STD_FILE isFile), but supports Path and command echoing.
Like $(FULL_STD_FILE isSymlink), but supports Path and command echoing.
Scriptlike $(SCRIPTLIKE_VERSION)
Wrappers for $(MODULE_STD_FILE) that add support for Scriptlike's $(API_PATH_EXTR Path), command echoing and dry-run features.