DirectoryDelete Method (String, Boolean) |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Delete(
string path,
bool recursive
)
Public Shared Sub Delete (
path As String,
recursive As Boolean
)
public:
static void Delete(
String^ path,
bool recursive
)
static member Delete :
path : string *
recursive : bool -> unit
Parameters
- path
- Type: SystemString
- recursive
- Type: SystemBoolean
See Also