CFile 클래스를 사용하여

CFile::Remove("파일 경로");

로 지울 수 있다.

예를 들어 파일의 주소가 C:\Data\test.txt 라고 하면 간단하게

CFile::Remove("C:\\Data\\test.txt");

로 하면 지워 진 것을 확인 할 수 있다.

+ Recent posts