RE: TeraScript-Talk: Finding a file

2020-04-13 Thread Fogelson, Steve
Thanks for all the good ideas. Steve From: Robert Shubert Sent: Monday, April 13, 2020 9:46 AM To: TeraScript-Talk@terascript.com Subject: RE: TeraScript-Talk: Finding a file Steve, Just write your file with the overwrite setting to error. Then catch the error (place erroring handling code

RE: TeraScript-Talk: Finding a file

2020-04-13 Thread Robert Shubert
Steve, Just write your file with the overwrite setting to error. Then catch the error (place erroring handling code and @CLEARERRORS) in the error pane of the file write action. This will push the file name duplication check to the OS where it'll be as fast as possible. The other