I want to create an extension which copys from a folder from a path to another path using javascript in a google chrome extension (else I can't access the user system I think)
I've already found this out that I have to add "file://*" in the manifest in order to access those files and of course there is the File API in HTML5.
But how can I copy the files? From html5rocks I know how to read them, but I couldn't find out how to copy them.