checking directory and file using vb.net

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

1. Which is the best way to check the existence of a given directory using
vb.net? .Net 1.1.

2. Which is the best way to check the existence of a given file using
vb.net? .Net 1.1.

Drive includes mapped network drive also.

Thank you,

Smith
 
John Smith said:
1. Which is the best way to check the existence of a given directory using
vb.net? .Net 1.1.

2. Which is the best way to check the existence of a given file using
vb.net? .Net 1.1.

'System.IO.File.Exists'/'System.IO.Directory.Exists'.
 
Back
Top