Click or drag to resize
AbstractDirectoryDelete Method (String)
Deletes an empty directory.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public abstract void Delete(
	string path
)

Parameters

path
Type: SystemString
Path to directory
See Also