IFileSystem.RemoveDirectory(String, Boolean) Method

Definition

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

Applies to