ASP 함수 - 파일 존재 유무 체크

2009/07/03 21:44


Function ReportFileStatus(filespec)
  Dim fso, msg
  Set fso = CreateObject("Scripting.FileSystemObject")
  If (fso.FileExists(filespec)) Then
    msg = 1
  Else
    msg = 0
  End If
  ReportFileStatus = msg
End Function
2009/07/03 21:44 2009/07/03 21:44

미소 Asp ,



Trackback Address:http://non-sens.co.kr/blco/trackback/11