C# people. I need a place where i can read about File manipulation in Windows applications

MikeMike

Lifer
Feb 6, 2000
45,885
66
91
OK, so we are creating a program that we are way in over our heads on. we were assigned this and she is slowly teaching us stuff for it, but its due in december and i would like to figure out how to do it before hand.

MSDN has a little info but mainly on console based applications.

i know i need to use system.IO but i need other commands for it and how to edit it etc.

anyone have a resource for me?

MIKE
 

UCJefe

Senior member
Jan 27, 2000
302
0
0
And more specifically, look at the File class under the MSDN link, WannaFly gave you. Has a ton of examples. MSDN is pretty much a one-stop-shop for things like this.