win32api.GetLongPathNameW
unicode = GetLongPathNameW(fileName) Converts the specified path to its long form.
ParametersfileName : string
The file name.Comments
This function may raise a NotImplementedError exception if the version
of Windows does not support this function.
|