Defile.createWriteDir

Creates the application write directory.

This function only ensures the write directory is created. It does not add it to the search path. Until this function is called, the Defile.writeDir property is invalid.

struct Defile
static
void
createWriteDir
(
,
string appName
)

Parameters

organization
Type: string

The name to be used as the top-level of the app's write directory tree. Should be the name of your group or company.

appName
Type: string

The name of the application. Will be a subdirectory under 'organization' if organization is null, or the app's top-level write directory.

Throws

DefileException if the call fails.

Meta