rmdir
- Синтаксис
-
native rmdir(const path[]);
Переменная | Описание |
---|---|
path |
Path to the directory |
- Описание
- Removes a directory.
- Пометка
-
On most Operating Systems you cannot remove a directory which has files inside it.
- Возвращает
- 1 on success, 0 otherwise