Determine the directory structure for the packaged application

When you create a package, you must determine the directory structure you want for your archive.

The top-level directory is the Root directory or rootdir. You can organize different types of files in sub-directories under the rootdir. For example, you can have a bin directory for binaries and a resources directory for resource files. Alternatively, you can place all of the files into a single folder.

When you create a new Desktop Project (.4pw), all files are placed in the $(ProjectDir)\bin directory, which is the packaging Root directory. See Figure 1.

Figure: Package nodes showing default settings


This figure shows the default Root directory structure.