Function |extension
fs/path::|extension
Usage
|extension(path)
Parameters
↳ path:
string
Return
↴ string
Gives file path extension.
Return the part of the name after last .
, or empty string.
fs/path::|extension
|extension(path)
↳ path:
string
↴ string
Gives file path extension.
Return the part of the name after last .
, or empty string.