Product Documentation

ActivePython 2.4 Documentation

win32file.GetFullPathName

str/unicode = GetFullPathName(FileName)

Returns full path for path passed in

Parameters

FileName : str/unicode

Path on which to operate

Comments

This function takes either a plain string or a unicode string, and returns the same type If unicode is passed in, GetFullPathNameW is called, which supports filenames longer than MAX_PATH