in reply to Re: Copy Folder Preserve Attributes
in thread Copy Folder Preserve Attributes
Most of my perl code is written for linux so maybe this was a rookie mistake trying to run cp using a system command in a perl program run in windows.my @args = ('robocopy', '/mir', $self->{publicDir}, $oldPublic);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Copy Folder Preserve Attributes
by pryrt (Abbot) on Dec 08, 2017 at 23:14 UTC | |
by Anonymous Monk on Dec 11, 2017 at 16:43 UTC |