Built-In
Contains functionality related to file operations.
General
File |
Gets a file path from string. |
Copy
CopyFile |
Copies an existing file to a new file, providing the option to specify a new file name. |
CopyFiles |
Copies all files matching the provided pattern to a new location. |
CopyFiles |
Copies all files matching the provided pattern to a new location. |
CopyFiles |
Copies existing files to a new location. |
CopyFiles |
Copies existing files to a new location. |
CopyFiles |
Copies existing files to a new location. |
CopyFiles |
Copies existing files to a new location. |
CopyFileToDirectory |
Copies an existing file to a new location. |
Delete
DeleteFile |
Deletes the specified file. |
DeleteFiles |
Deletes the specified files. |
DeleteFiles |
Deletes the specified files. |
Exists
FileExists |
Determines whether the given path refers to an existing file. |
FileSize |
Gets the size of a file in bytes. |
Move
MoveFile |
Moves an existing file to a new location, providing the option to specify a new file name. |
MoveFiles |
Moves existing files matching the specified pattern to a new location. |
MoveFiles |
Moves existing files to a new location. |
MoveFileToDirectory |
Moves an existing file to a new location. |
Path
Expand |
Expands all environment variables in the provided FilePath .
|
MakeAbsolute |
Makes the path absolute (if relative) using the current working directory. |