Documentation

Path::GetFileName

Function

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.

string path

Returns string