Saya ingin menguji string yang berisi path ke file untuk keberadaan file itu (sesuatu seperti -e
tes di Perl atau os.path.exists()
di Python) di C #.
186
Menggunakan:
File.Exists(path)
MSDN: http://msdn.microsoft.com/en-us/library/system.io.file.exists.aspx
Edit: Di System.IO
System.IO.File :
sumber
System.IO.File.Exists (path)
msdn
sumber
Berikan path lengkap sebagai input. Hindari jalur relatif.
sumber