Creating Applications: Create a Directory

The recommended directory structure of an XSLForms application is as follows:

For example, we might create a directory structure like this:

In UNIX-style commands, this would be done as follows:

mkdir Configurator
mkdir Configurator/Resources
touch Configurator/__init__.py

It is in the Resources subdirectory that we will save our template files when designing them as part of the next activity in the application development process.