CeCreateDirectory (rapi)
Last changed: -209.180.28.6

.
Summary
This function creates a new directory.

C# Signature:

[DllImport("rapi.dll", CharSet=CharSet.Unicode)]
public static extern int CeCreateDirectory(
    string lpPathName,
    SECURITY_ATTRIBUTES sa);

User-Defined Types:

SECURITY_ATTRIBUTES

Notes:

function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeCreateDirectoryRAPI.asp

Tips & Tricks:

Please add some!

Sample Code:

CeCreateDirectory("\\test", new SECURITY_ATTRIBUTES());

Alternative Managed API:

Documentation