How would I go about creating a folder inside the common/public documents folder of a user using setup factory 9?
Announcement
Collapse
No announcement yet.
Windows public folder
Collapse
X
-
You can create a folder under Common Documents (or anywhere else) by adding a file to be deployed in this folder in your setup (using the file list and the target folder defined by the Session Variable), or explicitly via the Folder.Create() action.
Note that the Common Documents is for all users on the computer; for a single user deploy into the Personal folder instead (which should be done at runtime by the installed application, not by the installer).
Ulrich
Comment