FileExists

  • Thread starter Thread starter mp
  • Start date Start date
M

mp

In the c# ide, if I search help for a fileExists method I get
Microsoft.VisualBasic.FileIO as the object to use
is there no native c# object for fileexsists, FolderExists etc functions?
thanks
mark
 
mp said:
In the c# ide, if I search help for a fileExists method I get
Microsoft.VisualBasic.FileIO as the object to use
is there no native c# object for fileexsists, FolderExists etc functions?
thanks
mark
found it ("FolderExists" )
System.Io.Directory.Exists(path)
thanks anyway
mark
 

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