System.IO Help!

is there any way to use System.IO in javascript? if there is could some one post example code or a link to documentation?

thanks

import System.IO;`

Docs I use are here (for example): http://msdn.microsoft.com/en-us/library/system.io.streamwriter.aspx#

Although they claim not to have JScript examples. The C# is pretty close, just use that as a guideline for using the API's

The link in my answer to your other question has an example written in javascript:

http://answers.unity3d.com/questions/51119/creating-a-file-and-writing-into-it-p/51128#51128