bookmark

How to get the path of Special Folders in windows.


Description

TCHAR strPath[ MAX_PATH ]; // Get the special folder path. SHGetSpecialFolderPath( 0, // Hwnd strPath, // String buffer. CSIDL_DESKTOPDIRECTORY, // CSLID of folder FALSE ); // Create if doesn't exists?

Preview

Tags

Users

  • @jil

Comments and Reviews