parsepath
parsepath(
@path ## symbol (required)
) -> llll
Parses a given path into key-value pairs for the following properties: 'name'
(file or folder name), 'parent'
(path of parent directory), and 'extension'
(file extension, if not a folder).
Arguments
@path
[symbol]: File or folder path. (required)
Output
Parsed path [llll]