Good!
I have a problem and I can not do something as simple as copying a file from a source to a destination , all locally using Javascript
. p>
How can I do it? I found an example like:
myObject = new ActiveXObject("Scripting.FileSystemObject");
f = myObject.file.copy("c:\test.txt", "c:\mytest.txt");
But I need it to work in Chrome
.... Any help? Thank you very much:)