copynewerfolder
SOURCE
,
DESTINATION

The copynewerfolder statement copies an entire folder full of files, but only copies newer files.


Parameters

This statement has two parameters:

source – Path of original folder

destination – Path of destination folder


Description

This statement copies an entire folder full of files. However, the files are only copied if they are newer than the old files..

This example copies the contents of the folder New Stuff into the folder Previous Stuff. Files in New Stuff that are older than the corresponding files in Previous Stuff are skipped (which can be a lot faster).

copynewerfolder "~/Documents/New Stuff/","~/Documents/Previous Stuff/"

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.