SC copyto: rich operation vs. custom copy

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Filehero
Posts: 2734
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

SC copyto: rich operation vs. custom copy

Post by Filehero »

Hi,

i dint' find any explicit statement in the manual, hence my question.

Code: Select all

copyto [location], [source], [rootpath], [flags], [autorichop], [on_collision], [preserve_dates], [create_log], [pop_stats], [skip_junctions], [verify], [show_progress]
When using any parameter as of [on_collision] I force to use custom copy, so far I got it.
But this does also render the rich copy mode off by desgin?

Thanks,
FH

RalphM
Posts: 2122
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: SC copyto: rich operation vs. custom copy

Post by RalphM »

Code: Select all

Numbered Arguments

Instead of counting commas you now can prefix the position of the argument to the argument itself. The separator is ":=", the first position is 0 (zero).

For example, instead of this:
text popupmenu("A,B,C", , , , , , ",");

You can do this:
text popupmenu("A,B,C", 6:=",");
This might help your case, as it should leave the arguments in between at their default values.
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

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

Re: SC copyto: rich operation vs. custom copy

Post by admin »

Filehero wrote:But this does also render the rich copy mode off by desgin?
1) Why are you asking? Did you test it and it did not work?
2) Are you talking about the autorichop parameter?

Filehero
Posts: 2734
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: SC copyto: rich operation vs. custom copy

Post by Filehero »

admin wrote:1) Why are you asking? Did you test it and it did not work?
Sort of. When I provide the script with all the parameters associated with custom copy, the rich copy doesn't work (rootpath get's ignored, no intermediate folders are created).

But I'n not sure wether it's supposed to do so in the first place.

Filehero.

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

Re: SC copyto: rich operation vs. custom copy

Post by admin »

I'll check that later. Takes a while...

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

Re: SC copyto: rich operation vs. custom copy

Post by admin »

Well, confirmed! :tup: Should work better in next version.

Filehero
Posts: 2734
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: SC copyto: rich operation vs. custom copy

Post by Filehero »

Thanks for fixing, I will check and report back.

Post Reply