전체 글2049 [VB] 파일 존재 여부 확인 Dim fFindFile as new System.IO.Fileinfo("찾을 파일") Ex) Dim fFindFile as new System.IO.Fileinfo("c:\test.exe") if fFindFile .exists = False then msgbox("파일 없음") else msgbox("파일 있음") end if - MSDN 페이지로 2015. 5. 23. 이전 1 ··· 254 255 256 257 다음 반응형