Extracts the file name from a given file path by removing the base directory.
The full path or name of the file.
The file name with the base directory removed, or the original string if no base directory is found.
"c:/a/b.xyz" => "b.xyz""b.xyz" => "b.xyz" Copy
"c:/a/b.xyz" => "b.xyz""b.xyz" => "b.xyz"
1.0.5
2022-06-26
Extracts the file name from a given file path by removing the base directory.