Returns the file name and extension of the specified Unix path string.
Parameters
- unixPath
- The Unix path string from which to obtain the file name and extension.
Return Value
The characters after the last directory character in unixPath. If the last character of unixPath is a directory separator character, this method returns String.Empty. If unixPath is null, returns null.