Quote from
Gaev on November 3, 2023, 6:13 pm
@jaydencone
In order to suggest the most optimal method of achieving your objectives, can you elaborate on the following ? ...
a) let us say that your source folder is called jaySource ...
- are there (sub) folders within jaySource ?
- if so, do you need to parse through all files within such sub-folders too ?
b) let us say that the target folder is jayTarget ...
- will there be files in jaySource that are not in jayTarget ?
- will there be files in jayTarget that are not in jaySource ?
- will such files (and any sub-folders) need to be retained ?
The answers to the above will determine if your objectives can be achieved with NeoScript commands ... or will it be better to (Run) a DOS command like XCOPY.
@jaydencone
In order to suggest the most optimal method of achieving your objectives, can you elaborate on the following ? ...
a) let us say that your source folder is called jaySource ...
- are there (sub) folders within jaySource ?
- if so, do you need to parse through all files within such sub-folders too ?
b) let us say that the target folder is jayTarget ...
- will there be files in jaySource that are not in jayTarget ?
- will there be files in jayTarget that are not in jaySource ?
- will such files (and any sub-folders) need to be retained ?
The answers to the above will determine if your objectives can be achieved with NeoScript commands ... or will it be better to (Run) a DOS command like XCOPY.