- or download this
#include <windows.h>
#include <stdio.h>
...
return 1;
}
- or download this
C:\test>cl /W3 GetFullPathName.c
Microsoft (R) C/C++ Optimizing Compiler Version 15.00.21022.08 for x64
...
C:\test>GetFullPathName
"" -> C:\test\""
- or download this
C:\test>perl -MWin32 -E"say Win32::GetFullPathName( '\"\"' )"
C:\test\""