String = GetCurrentDirectory ()
string ls_path
ls_path = GetCurrentDirectory ()
ls_path = GetCurrentDirectory ()
* 폴더 확인
DirectoryExists (<path>)
if DirectoryExists ("c:\log") = false then
return
end if
return
end if
* 폴더 만들기
CreateDirectory (<path>)
* 폴더 삭제
RemoveDirectory (<path)
댓글 없음:
댓글 쓰기