| 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. |
| Path.getRelativePath | Returns a relative path based on a path's location relative to a directory. |
| Path.selectFile | Shows the operator a visual listing of the file system and returns the path of the file the operator selected. |