L liran May 13, 2005 #1 i allready tried this and its still shows the System.IO.File.File() is inaccessible due to its protection level error
i allready tried this and its still shows the System.IO.File.File() is inaccessible due to its protection level error
V Vijaye Raji May 13, 2005 #2 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
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