Helper functions to handle files and folders.
libs/ | Helper functions to handle files and folders. |
get-file-name | Returns the file name from the given path |
get-path | Returns the path only, cutting of the file-name |
get-parent-path | Returns the path to the parent directory |
Returns the file name from the given path
to-report get-file-name [path]
Returns the path only, cutting of the file-name
to-report get-path [file-path]
Returns the path to the parent directory
to-report get-parent-path [path]