didn't work

L

liran

i allready tried this and its still shows the System.IO.File.File()
is inaccessible due to its protection level error
 
V

Vijaye Raji

File doesn't have a constructor.

If you're trying to open a file, use

System.IO.File.Create(...) or
System.IO.File.Open(...)

HTH
-vj
 

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

Top