Function | Description |
---|---|
path.concat | Combines multiple strings into one string representing a file path. |
path.getDirectoryName | Extracts the directory name from a file path. |
path.getExtension | Extracts the file extension from a file path. |
path.getFileName | Extracts the file name from a file path. |
path.getFileNameWithoutExtension | Extracts the file name without its extension from a file path. |