Is it possible to copy a folder and all its contents using nodewebkit? please show me how.
I am able to copy certain files, but ends up with no avail in copying a folder. Thanks
I found that NW couldnt copy a file to UserFolder. Is that correct?
I use this action in the event
Nodewebkit
-->Copy NodeWebkit.AppFolder&"file.txt" to NodeWebkit.UserFolder&"AppData\Local\MYAPP\Local Storage\file.txt"
Can anyone help me how to copy a file to UserFolder? Thanks