728x90
파워빌더에서 폴더 생성하기
C:\SAMFILE 폴더가 없으면 폴더를 생성한다
ls_path = "C:\SAMFILE"
if not directoryexists(ls_path) then
createdirectory(ls_path)
end if
728x90
C:\SAMFILE 폴더가 없으면 폴더를 생성한다
ls_path = "C:\SAMFILE"
if not directoryexists(ls_path) then
createdirectory(ls_path)
end if