As part of host provisioning, you can also provision directories using a full path and a name.
For example, assuming a host has already been provisioned as defined above, you could add the following element:
<host > ... <directories> <directory dir-id="input"> <path>C:\staging_app\working\input</path> </directory> </directories> </host>