win32api.GetLongPathName
string = GetLongPathName(fileName)
Converts the specified path to its long form.
Parameters
Comments
This function may raise a NotImplementedError exception if the version of Windows does not support this function.
string = GetLongPathName(fileName)
Converts the specified path to its long form.