|
is there any way to use http://System.IO in javascript? if there is could some one post example code or a link to documentation? thanks
(comments are locked)
|
|
import http://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
(comments are locked)
|
|
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
(comments are locked)
|
