| ZennoLab.Macros Assembly > ZennoLab.Macros Namespace > FileSystem Class : DirectoryDeleteDirectory Method |
Type: System.String
Path to the directory.
Type: System.Boolean
true if removingrecursively; otherwise, false.
Type: System.Boolean
true if not removethe directorydoes notbelong tothe startup directory; otherwise, false.
public static void DirectoryDeleteDirectory( string pathToDirectory, bool recursive, bool onlyFromStartupPath )
Type: System.String
Path to the directory.
Type: System.Boolean
true if removingrecursively; otherwise, false.
Type: System.Boolean
true if not removethe directorydoes notbelong tothe startup directory; otherwise, false.
string pathToDirectory = {pathToDirectory}; bool recursive = true; bool startupPath = false; FileSystem.DirectoryDeleteDirectory(pathToDirectory, recursive, startupPath);
$pathToDirectory = {pathToDirectory}; $recursive = true; $startupPath = false; FileSystem::DirectoryDeleteDirectory($pathToDirectory, $recursive, $startupPath);
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven