win32api.GetLongPathName

string = GetLongPathName(fileName)

Converts the specified path to its long form.

Parameters

fileName : string

The file name.

Comments

This function may raise a NotImplementedError exception if the version of Windows does not support this function.