Running a JSFL command through Actionscript

The Flash Help Doc says:

To issue a command from an ActionScript script:

Use the following syntax (you can concatenate several commands into one string): MMExecute(Javascript command string);

I wanted to know if this opends the possibility of having a swf file, that when run, can execute jsfl script that will create a folder on the user’s computer?

Thanks