 | BasicAppSettingsKillWorkingDirectoryAtShutdown property |
If True, the WorkingDirectory is removed at the end of the program.
For safety reasons, this should only be done if the
program start was also generated.
The WorkingDirectory is not created or deleted
by BasicAppSettings, but can also be used by the application
or logging.
Default: true.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic bool KillWorkingDirectoryAtShutdown { get; set; }
Public Property KillWorkingDirectoryAtShutdown As Boolean
Get
Set
public:
property bool KillWorkingDirectoryAtShutdown {
bool get ();
void set (bool value);
}
member KillWorkingDirectoryAtShutdown : bool with get, set
Property value
Boolean
See also