I'm trying to get the name of a file using Win32 handle in C++.
I have two more concerns, the file might be empty (opening the file may not work) and I can't use all the fancy functions (e.g. GetFinalPathNameByHandle) which are supported by Windows Vista and above.
Thanks for the help!