 | BasicAppSettingsCreateWorkingDirectoryIfEmergencyExists property |
If True, the currently set WorkingDirectory is created if it does not yet exist.
Default: true
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic bool CreateWorkingDirectoryIfNotExists { get; set; }
Public Property CreateWorkingDirectoryIfNotExists As Boolean
Get
Set
public:
property bool CreateWorkingDirectoryIfNotExists {
bool get ();
void set (bool value);
}
member CreateWorkingDirectoryIfNotExists : bool with get, set
Property value
Boolean
See also