Page 1 of 1

how can backupto create target folders?

Posted: 13 Dec 2015 11:27
by bdeshi
I realized backupto cannot create nonexisting folders, unlike copyto/moveto. :blackstorm: :(

Re: Script to copy specific files created in last x mins or

Posted: 13 Dec 2015 11:53
by admin
SammaySarkar wrote:edit: I realized backupto cannot create nonexisting folders, unlike copyto/moveto. :blackstorm: :(
Sure? It does here.

Re: Script to copy specific files created in last x mins or

Posted: 13 Dec 2015 12:21
by bdeshi
admin wrote:
SammaySarkar wrote:edit: I realized backupto cannot create nonexisting folders, unlike copyto/moveto. :blackstorm: :(
Sure? It does here.
odd. ::backupto "D:\nodir\", <curitem>; spawns this dialog, in fresh too.
---------------------------
XYplorer
---------------------------
The destination you have selected does not exist:

D:\nodir\

Do you want to create it now?
---------------------------
OK Cancel
---------------------------

Re: Script to copy specific files created in last x mins or

Posted: 13 Dec 2015 13:21
by admin
Er, yes. That's what I meant. You click OK and the thing is created. The same with copyto/moveto.

Re: Script to copy specific files created in last x mins or

Posted: 13 Dec 2015 13:29
by bdeshi
nope. copyto/moveto can SkipPromptToCreate. ::copytoto "D:\nodirtoo\", <curitem>,, 2;

Re: how can backupto create target folers?

Posted: 13 Dec 2015 13:41
by bdeshi

Re: Script to copy specific files created in last x mins or

Posted: 14 Dec 2015 13:46
by admin
SammaySarkar wrote:nope. copyto/moveto can SkipPromptToCreate. ::copytoto "D:\nodirtoo\", <curitem>,, 2;
Ah this one. Yes, SkipPromptToCreate is not supported in backupto. Maybe later.