DefaultFileSystem.RemoveDirectory(String, Boolean) 方法

定義

public:
 virtual void RemoveDirectory(System::String ^ path, bool recursive);
public void RemoveDirectory(string path, bool recursive);
abstract member RemoveDirectory : string * bool -> unit
override this.RemoveDirectory : string * bool -> unit
Public Sub RemoveDirectory (path As String, recursive As Boolean)

參數

path
String
recursive
Boolean

實作

適用於