I think I might be duplicating myself when testing for the existence of a folder in an installer.

Suppose I want to check if a folder c:\MyFolder exists on the target system and if so copy a subfolder and the subfolder's files into it.

In Script Editor do I need to 2 if exist statements ie one for the subfolder's creation and another for the files in the subfolder?

As an extension to this I'd ideally like to check for the existence of c:\MyFolder and if it does not exist offer the user a browse option so that they can select an alternative location.

Even better is there a condition check option in the Visualizer or does all this type of logic have to be in the script editor?

Thanks in advance

John