Peter Kahn
Peter Kahn

Reputation: 13026

Javadoc for javadoc com.install4j.runtime.beans.formcomponents.DirectoryChooserComponent

I want to set starting directory for DirectoryChooserComponent in my initialization script but I don't see the javadoc for this anywhere.

Should I not access this component directly?

Upvotes: 1

Views: 59

Answers (1)

Peter Kahn
Peter Kahn

Reputation: 13026

Solution: DON'T DO THAT.

Instead, use setVariable action to set a variable earlier and then use that in the field for initial directory in the UI.

Upvotes: 1

Related Questions