str/unicode = GetFullPathName(FileName)
Returns full path for path passed in
Parameters
FileName : str/unicode
Path on which to operateComments
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