Custom Move

Features wanted...
Post Reply
iycgtptyarvg
Posts: 222
Joined: 10 Jun 2008 15:40
Location: Netherlands

Custom Move

Post by iycgtptyarvg »

ADMIN EDIT: This thread was called "Custom copy doesn't work with drag'n'drop" and located in the Bug Reports section. However, it turned out that there wasn't a bug but the user simply was missing something that was planned anyway: Custom Move. So I hereby move this topic to the Wishes section.

I have set the following settings:

Code: Select all

[CustomCopy1]
OnNameCollision=3
OnNameCollisionAsk=0
OnFailure=0
OnFailureAsk=0
RenameFoldersOnCollision=0
AskOnReadonly=0
RemoveReadonly=1
PreserveItemDates=1
ShowProgress=1
KeepProgressOpen=0
Logging=0
LogToDefaultLocation=1
Log=<xydata>\Log\CustomCopy_<date yyyy-mm-dd_hh-nn-ss>.txt
PopStats=0
SkipJunctions=0
SafeOverwrite=1
Verify=0
But, when I drag'n'drop files I still get the 'There is already a file with the same name' dialog box.
The whole point of setting the 'OnNameCollision' settings is to prevent this.
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into
(")_(") your signature to help him gain world domination.

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: Custom copy doesn't work with drag'n'drop

Post by nas8e9 »

iycgtptyarvg wrote:I have set the following settings:

Code: Select all

[CustomCopy1]
OnNameCollision=3
OnNameCollisionAsk=0
OnFailure=0
OnFailureAsk=0
RenameFoldersOnCollision=0
AskOnReadonly=0
RemoveReadonly=1
PreserveItemDates=1
ShowProgress=1
KeepProgressOpen=0
Logging=0
LogToDefaultLocation=1
Log=<xydata>\Log\CustomCopy_<date yyyy-mm-dd_hh-nn-ss>.txt
PopStats=0
SkipJunctions=0
SafeOverwrite=1
Verify=0
But, when I drag'n'drop files I still get the 'There is already a file with the same name' dialog box.
The whole point of setting the 'OnNameCollision' settings is to prevent this.
Your setting for On name collisions (Suffix increment to copy) works for me when copying through drag-and-drop. Stupid question, but you do have Configuration > File Operations > Custom Copy Operations > Use Custom Copy for all copy operations, enabled?

iycgtptyarvg
Posts: 222
Joined: 10 Jun 2008 15:40
Location: Netherlands

Re: Custom copy doesn't work with drag'n'drop

Post by iycgtptyarvg »

Yes, I do have that option set.
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into
(")_(") your signature to help him gain world domination.

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: Custom copy doesn't work with drag'n'drop

Post by nas8e9 »

iycgtptyarvg wrote:Yes, I do have that option set.
1. What are the attributes of the destination file?

2. You simply drag-and-drop with the left button?

iycgtptyarvg
Posts: 222
Joined: 10 Jun 2008 15:40
Location: Netherlands

Re: Custom copy doesn't work with drag'n'drop

Post by iycgtptyarvg »

I just now realize I drag'n'drop the files on the same partition. This does a move operation.
Don't the settings work on move operations?!?
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into
(")_(") your signature to help him gain world domination.

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: Custom copy doesn't work with drag'n'drop

Post by nas8e9 »

iycgtptyarvg wrote:I just now realize I drag'n'drop the files on the same partition. This does a move operation.
Don't the settings work on move operations?!?
*That* I forgot to ask... :D

Custom Copy currently only works for copy and backup; move was planned for 10.10 but didn't make that version. I assume it shouldn't be too long.

iycgtptyarvg
Posts: 222
Joined: 10 Jun 2008 15:40
Location: Netherlands

Re: Custom copy doesn't work with drag'n'drop

Post by iycgtptyarvg »

That is fantastic news, thank you so much.
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into
(")_(") your signature to help him gain world domination.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom copy doesn't work with drag'n'drop

Post by admin »

nas8e9 wrote:Custom Copy currently only works for copy and backup; move was planned for 10.10 but didn't make that version. I assume it shouldn't be too long.
Hijacking the thread: Should Custom Move have its own independent configuration, or should it be just a clone of Custom Copy with deletion-of-sources-after-successful-copy?

iycgtptyarvg
Posts: 222
Joined: 10 Jun 2008 15:40
Location: Netherlands

Re: Custom copy doesn't work with drag'n'drop

Post by iycgtptyarvg »

Choice is always better than no choice. There are bound to be proponents of both ways.
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into
(")_(") your signature to help him gain world domination.

grindax

Re: Custom copy doesn't work with drag'n'drop

Post by grindax »

.
Last edited by grindax on 22 Jan 2016 22:44, edited 1 time in total.

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: Custom copy doesn't work with drag'n'drop

Post by nas8e9 »

admin wrote:Hijacking the thread: Should Custom Move have its own independent configuration, or should it be just a clone of Custom Copy with deletion-of-sources-after-successful-copy?
For me, one set of settings for both copy and move would work. The one thing I can imagine for others, is that they'd want to employ verification for one but not the other (e.g. because move affects the only copy of the file).

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom copy doesn't work with drag'n'drop

Post by admin »

I think intra-volume moves should not be handled by Custom Move at all, since they are in fact rename operations and do not involve any copying of bytes.

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: Custom copy doesn't work with drag'n'drop

Post by nas8e9 »

admin wrote:I think intra-volume moves should not be handled by Custom Move at all, since they are in fact rename operations and do not involve any copying of bytes.
Custom Copy has other advantages (custom collision handling, preserving all item dates) that the Windows Shell routines don't offer. I do agree that verification is the one thing that's useless for intra-volume moves.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom copy doesn't work with drag'n'drop

Post by admin »

nas8e9 wrote:
admin wrote:I think intra-volume moves should not be handled by Custom Move at all, since they are in fact rename operations and do not involve any copying of bytes.
Custom Copy has other advantages (custom collision handling, preserving all item dates) that the Windows Shell routines don't offer. I do agree that verification is the one thing that's useless for intra-volume moves.
Oh yes, right!

iycgtptyarvg
Posts: 222
Joined: 10 Jun 2008 15:40
Location: Netherlands

Re: Custom copy doesn't work with drag'n'drop

Post by iycgtptyarvg »

admin wrote:I think intra-volume moves should not be handled by Custom Move at all, since they are in fact rename operations and do not involve any copying of bytes.
Please don't!

My use scenario is this:
I download comicbooks, and there are multiple people who scan them. So, comicbook xyz.cbr could be scanned by, say, 3 different people. When I move the files, I want them to be named xyz.cbr, xyz_01.cbr, xyz_02.cbr. Even though I move the files, I still have use for the renaming part.
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into
(")_(") your signature to help him gain world domination.

Post Reply