GetFileName
Returns the file name and extension of the specified path.
| SYNTAX |
|
| ARGUMENTS | path Path where the file name and extension are obtained. |
| RETURN | String containing the characters after the last directory character in the path. If the last character of the path is a directory or volume separator character, this function returns an empty string. |