Skip to main content

Hi Guys...a simple one for you i think

 

i have a Folder A with multiple .gdb files and a Folder B with multiple .gdb files

No I want update every gdb which is in Folder A and in Folder B

AND: write gdbs which are only in Folder A into the Folder B

 

 

have i use a loop? (because the Folder A is Always filled with different Counts or names of gdbs)?

or dynamic path etc....??

 

thx for help

Franco

@franco69 You should be able to use a combination of the Directory and File Pathnames reader and the File Copy writer. One Directory and File Pathname reader for each of folder A & B to compare the lists of File Geodb names using something like ChangeDetector and then copy the unique ones from A to B using the File Copy writer.


Reply