On Oct 10, 3:35 pm, "Lou" <lou.gar...@com cast.netwrote:
What's the .NET equivalent to "CreateFile " API?
-Lou
That depends on what your using it for :) If your using it for basic
file manipulation, then you will want to take a look at the classes in
the System.IO namespace hiearchy.
Comment