Sushubh
06-11-2001, 12:28 PM
I found this in one of the tutorials:
home / tutorials / Actionscript library
Writing txt files to your hard drive
------------------------------------
on (release) {
fscommand ("exec", "command.com\t/c\techo\ttxtInput\t>>writeFile.txt");
}
If I can call commands (command.com in this case) like this, isn't it possible for someone to implement deltree or format and cause damage to users PC.
Sushubh ;)
home / tutorials / Actionscript library
Writing txt files to your hard drive
------------------------------------
on (release) {
fscommand ("exec", "command.com\t/c\techo\ttxtInput\t>>writeFile.txt");
}
If I can call commands (command.com in this case) like this, isn't it possible for someone to implement deltree or format and cause damage to users PC.
Sushubh ;)