 |
CeRemoveDirectory ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function deletes an existing empty directory. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL CeRemoveDirectory(
LPCWSTR lpPathName
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeRemoveDirectory IN rapi;
STRING lpPathName
|
 |
 |
 |
| Parameters: |
 |
lpPathName
[in] Long pointer to a null-terminated string that specifies the path of the directory to be removed. |
 |
 |
| Return value: |
 |
| Nonzero indicates success. |
 |
 |
| My comment: |
 |
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. |
 |
 |
| Word Index links for the CeRemoveDirectory : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-08-13 10:01:03 | | Modified: | 2004-08-13 10:03:23 | Visited in last 7 days: 18 |