IFileSystem.RemoveDirectory(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void RemoveDirectory(System::String ^ path, bool removeIfNotEmpty);
public void RemoveDirectory (string path, bool removeIfNotEmpty);
abstract member RemoveDirectory : string * bool -> unit
Public Sub RemoveDirectory (path As String, removeIfNotEmpty As Boolean)
Parameters
- path
- String
- removeIfNotEmpty
- Boolean