SetFilePermissions
- Синтаксис
-
native bool:SetFilePermissions(const path[], mode);
Переменная | Описание |
---|---|
path |
Path to the file |
mode |
Permissions to set, see FPERM_* constants |
- Описание
- Changes a file or directories permissions.
- Возвращает
- True on success, false otherwise