[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public bool DeleteEmptyDirs { get; set; }
[ConfigAttribute]
public bool DeleteEmptyDirs { get; set; }
<ConfigAttribute>
Public Property DeleteEmptyDirs As Boolean
Get
Set
<ConfigAttribute>
Public Property DeleteEmptyDirs As Boolean
Get
Set
public:
[ConfigAttribute]
property bool DeleteEmptyDirs {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute]
property bool DeleteEmptyDirs {
bool get ();
void set (bool value);
}
[<ConfigAttribute>]
member DeleteEmptyDirs : bool with get, set
[<ConfigAttribute>]
member DeleteEmptyDirs : bool with get, set
Property Value
Type:
Boolean