win32file.GetFinalPathNameByHandle
string = GetFinalPathNameByHandle(File, Flags
)
Returns the file name for an open file handle
Parameters
File : PyHANDLE
An open file handleFlags : int
Specifies type of path to return. (win32con.FILE_NAME_NORMALIZED,FILE_NAME_OPENED,VOLUME_NAME_DOS,VOLUME_NAME_GUID,VOLUME_NAME_NONE,VOLUME_NAME_NT)Comments
Accepts keyword arguments.
Win32 API References
Search for GetFinalPathNameByHandle at msdn, google or google groups.