Skip to main content

AccessTr.neT


If FileExists("G:\") = True Then

If FileExists("G:\") = True Then

Çözüldü #3
Fileexists yerine aşağıdaki kodu deneyiniz

Dosya = Dir("\\Asm\c\adobelog.txt")
If Dosya = "" Then
MsgBox (" Dosya Bulunmuyor")
Else
MsgBox (" Dosya Bulundu!")
End If
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
If FileExists("G:\") = True Then - Yazar: accessman - 13/04/2012, 10:37
Cvp: If FileExists("G:\") = True Then - Yazar: tolgahat - 13/04/2012, 15:34
Cvp: If FileExists("G:\") = True Then - Yazar: ozanakkaya - 13/04/2012, 16:22
Task