Documentation

Path::GetFileNameWithoutExtension

Function

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.

string path

Returns string