.
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.
The RemoveDirectory API
10/15/2011 11:25:05 AM - babzog@yahoo.com-66.78.106.78
