September 30, 200619 yr I want to create a logic field which should be easy enough. But I need it to check if a folder exists. : eg [color:green]Field Name DoesFolderExist Y/N [color:green]If folder chuck exists set {DoesFolderExist} field to Yes else No Any help on this one would be very helpful. Not sure how to check for a folder. A calculation is probably the starting place. :qwery:
September 30, 200619 yr I used an export script step that writes a small text file to the target folder. If that returns an error (getlasterror), then the folder isn't there.
Create an account or sign in to comment