Return to Snippet

Revision: 11790
at February 18, 2009 16:31 by jimfred


Initial Code
#include "Shlwapi.h"

LPCSTR pFilename = ".\\Log.txt";

bool newFile = !::PathFileExists( pFilename );

Initial URL

                                

Initial Description

                                

Initial Title
MFC, does file exist.

Initial Tags

                                

Initial Language
C++