I'm not seeing how to move files in a given folder and moving them to another existing folder. Only option within repl for the files are rename or delete.
You can do that in the shell mv YourFileName YourFolderName
How do I move files to another directory?
I'm not seeing how to move files in a given folder and moving them to another existing folder. Only option within repl for the files are rename or delete.
You can do that in the shell
mv YourFileName YourFolderName