string Path::GetFileName(const string&in path)
Gets the file name and extension of the given path. For example, hello/world/foo.txt will return foo.txt.
hello/world/foo.txt
foo.txt
string path
string
path