Creates any missing parent directories of path.
Instances For
Remove the file at path if it exists.
Instances For
Remove a directory and all its contents.
Like IO.FS.removeDirAll, but does not fail if path does not exist
or if a file is first deleted by a racing process.
Copy a file from src to dst.
Instances For
Returns the normalized real path of a file if it exists. Otherwise, returns "".
Instances For
@[inline]
Returns the normalized real path of a file if and only if it exists.