Classic ASP

폴더가 있는지 체크

최고관리자
2018.01.25 10:54 2,125 0

본문

'내려 받을 예외버전 폴더가 있는지 체크

Set FS = CreateObject("Scripting.FileSystemObject")

Set apkPath = FS.GetFolder(server.MapPath("../../apk"))

If FS.FolderExists(apkPath &"/"& [당구장점수판버전]) = False Then

NewVersion = Version

'Response.write "경로없음<br>"

Else

NewVersion = [당구장점수판버전]

'Response.write "경로있음<br>"

End If

Set FS = Nothing


댓글목록 0

등록된 댓글이 없습니다.