/ Published in: C++
Expand |
Embed | Plain Text
#include "Shlwapi.h" LPCSTR pFilename = ".\\Log.txt"; bool newFile = !::PathFileExists( pFilename );
You need to login to post a comment.
#include "Shlwapi.h" LPCSTR pFilename = ".\\Log.txt"; bool newFile = !::PathFileExists( pFilename );
You need to login to post a comment.