WantsToLearn
Programmer
How do I move or copy a file selected via the Windows file browser from one folder to another (eg as if I did a ctl+c and ctl+v while in the browser)?
Thank you!
Thank you!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
filecopy [original file path], [new file path]
kill [original file path] (if you want to simulate move)
name [original file path] as [new file path]