Group: Remote Application Programming (RAPI) - Library: rapi
Pocket PC: custom RAPI class for operating with files and folders on mobile device
BOOL CeRemoveDirectory(
LPCWSTR lpPathName
);
DECLARE INTEGER CeRemoveDirectory IN rapi;
STRING lpPathName
lpPathName [in] Long pointer to a null-terminated string that specifies the path of the directory to be removed.
Nonzero indicates success.
The path must specify an empty directory, and the calling process must have delete access to the directory.
See also: CeCreateDirectory, CeCreateFile and CeDeleteFile functions.