Question
File Writing
Hi,
I have created the flash exe which will be working on the local machine. what i want is to write a log file. How can i do it...?
I have tried using
fscommand("save","1.txt");
&
mystring="This is some text that i want to save locally";
MMSave(mystring,"1.txt");
But the both the things are not working.
Regards,
Kameshwaran A.