Help for this page

Select Code to Download


  1. or download this
    #include <windows.h>
    #include <stdio.h>
    ...
    
        return 1;
    }
    
  2. 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\""
    
  3. or download this
    C:\test>perl -MWin32 -E"say Win32::GetFullPathName( '\"\"' )"
    C:\test\""