Copy to Parent
Posted: 23 May 2018 20:22
Good afternoon all,
I often copy files from within a subfolder to the parent. Currently I do this by selecting, right-click, copy/paste or select, right-drag to the parent on the breadcrumb bar. Both work just fine.
Today I was experimenting w/the hamburger menu and added the following :
::Copy to Parent;copyto "..\", ":list";
This allows me to select some files, select the hamburger, select Copy to Parent and the files are copied.
This script snippet is working fine so far. Is this the best way to do this ? or is there something built-in that I am missing ?
I often copy files from within a subfolder to the parent. Currently I do this by selecting, right-click, copy/paste or select, right-drag to the parent on the breadcrumb bar. Both work just fine.
Today I was experimenting w/the hamburger menu and added the following :
::Copy to Parent;copyto "..\", ":list";
This allows me to select some files, select the hamburger, select Copy to Parent and the files are copied.
This script snippet is working fine so far. Is this the best way to do this ? or is there something built-in that I am missing ?