AMX Mod X API Documentation

Signature
native rmdir(const path[]);
Description

Removes a directory.

Notes
  • On most Operating Systems you cannot remove a directory which has files inside it.
Parameters
  • path Path to the directory
Returns

1 on success, 0 otherwise

Назад
Верх