Documentation

Path::GetDirectoryName

Function

string Path::GetDirectoryName(const string&in path)

Returns the path to the directory of the containing path, including the path separator, excluding the filename. For example, hello/world/foo.txt will return hello/world/.

string path

Returns string