utils.file.getExtension
getExtension(path: string) → {string}
return the extension of the file in the given path
Name | Type | Description |
---|---|---|
path | string |
path containing the filename and extension to extract |
Type | Description |
---|---|
string |
filename extension. |