Hello I am looking to rename a folder via a script. I am trying to use
mv ~/Google Drive ~/OldGoogleDrive
This worked on my computer, but when I tried it on another it gave me the following error.
Executing Policy Rename Google Drive Folder
Running script Rename Google Drive Folder...
Script exit code: 1
Script result: mv: rename /var/root/Google Drive to /var/root/OldGoogleDrive: No such file or directory<br/>
Error running script: return code was 1.
For some reason on this computer it is looking for the folder in the var/root location, even though on my computer it did not look there. Any help is greatly appreciated.