[This is preliminary documentation and is subject to change.]
Gets or sets value indicating if intermediate directory specified in
IntermediateDirectory is deled after plugin generation
Namespace: Tools.TotalCommanderT.PluginBuilderAssembly: TCPluginBuilder (in TCPluginBuilder.exe) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public bool CleanIntermediateDirectory { get; set; } |
| Visual Basic |
|---|
Public Property CleanIntermediateDirectory As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool CleanIntermediateDirectory {
bool get ();
void set (bool value);
} |
| F# |
|---|
member CleanIntermediateDirectory : bool with get, set
|
| JScript |
|---|
function get CleanIntermediateDirectory () : boolean
function set CleanIntermediateDirectory (value : boolean) |
Field Value
True to ensure that intermediate directory is deleted after compile, false to let files in intermediate directory. This property cannot be false when
IntermediateDirectory is null.
Return Value
True when directory will be deleted after plugin generation, false when intermediate files will remain after generation.
Exceptions
See Also