RemoveDirectory (kernel32)
Last changed: babzog@yahoo.com-66.78.106.78

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool RemoveDirectory(string lpPathName);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.IO.Directory.Delete Deletes a directory and its contents.

Documentation