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