반응형
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
반응형
'프로그래밍 > Visual Basic (VB)' 카테고리의 다른 글
[VB] PictureBox (0) | 2016.02.24 |
---|---|
[VB]가비지컬렉터 호출하기 (0) | 2016.02.24 |
[VB] 비교 구문 (0) | 2016.02.24 |
[VB]레지스트리 값 가져오기/쓰기 (0) | 2015.12.20 |