File Handling

Hey,

I am aware of the PlayerPrefs class, but I was looking at a way to open/save/read files on the disk. I’m guessing I want to use some .NET class, but I’m having trouble finding it. Perhaps moreover there is a good general resource for what is available in .NET that someone could direct me to.

Thanks a lot,
-Jon

http://www.dotgnu.org/pnetlib-doc/System/IO/File.html

For the daring ones microsoft has more complete documentation:

Ahah! Thanks for the links.

Those are what I was looking for, but obviously didn’t google the correct terms.

-Jon