SimulationModeFileSystem.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:
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)
Parameters
- path
- String
- recursive
- Boolean