본문 바로가기

My Study/Function

RemoveDirectory

BOOL WINAPI RemoveDirectory(
  __in  LPCTSTR lpPathName
);
디렉터리를 소멸하는 함수

lpPathName : 소멸하고자 하는 디렉터리 이름을 지정.

'My Study > Function' 카테고리의 다른 글

FindFirstFile  (0) 2010.02.25
SearchPath  (0) 2010.02.25
CreateDirectory  (0) 2010.02.25
GetFullPathName  (0) 2010.02.25
GetFileInformationByHandle  (0) 2010.02.25