2009년 7월 7일 화요일

Folder

* 현재 path 확인
String = GetCurrentDirectory ()
string ls_path
ls_path = GetCurrentDirectory ()

* 폴더 확인
DirectoryExists (<path>)
if DirectoryExists ("c:\log") = false then
   return
end if

* 폴더 만들기
CreateDirectory (<path>)

* 폴더 삭제
RemoveDirectory (<path)


댓글 없음:

댓글 쓰기