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]