Functions Summary
Function | Description |
|---|---|
Appends one file to another file. | |
Compares the provided checksum with the current checksum. This is a convenien... | |
Combines the given component(s) to the file path. | |
Copies all files from the source directory to the destination directory. | |
Copies the source file to the destination path. | |
Creates a directory with the given path. | |
Recursively deletes the directory with the given path. | |
Deletes the file described by path. | |
Determines if a directory exists at the given path. | |
Determine if file or directory 'path' exists. | |
Determines if a file exists at the given path. | |
Compares the contents of two files to determine if they are equal. | |
Determines an absolute path given a relative path and a reference path to cre... | |
Gets the base name of any path. | |
Determines the checksum for the specified file. | |
Determines the directory prefix of the given path. | |
Determines the file extension for the given path. | |
Determines the name of the file with the directory prefix removed. | |
Determines the name of the file with the directory prefix and extension removed. | |
Returns an XML node set containing absolute file paths to all files in the sp... | |
Gets long path name of a specified short path filename. | |
Returns an XML node set containing RELATIVE file paths to all files in the sp... | |
Determines the relative path from the absolute anchor path to the absolute de... | |
Gets short path filename from a specified filename. | |
Gets temporary unique filename path. | |
Gets path to the user's temporary files directory. | |
Replaces the current file extension with the provided one. | |
Makes a valid filename by eliminating the invalid characters from the specifi... | |
Translate file to encoding. |
Last modified date: 01/12/2026