Extracts the extension (without dot) from a path. Custom function since path.extname does not work on all cases (e.g. ".acl")
path.extname
Input path to parse.
Extracts the extension (without dot) from a path. Custom function since
path.extname
does not work on all cases (e.g. ".acl")