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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top