$attributes
$attributes : \Colibri\IO\FileSystem\Attributes
Атрибуты
Класс для работы с директориями
$hidden : boolean
$attributes : \Colibri\IO\FileSystem\Attributes
Атрибуты
$access : \Colibri\IO\FileSystem\Security
Права доступа
$parent : \Colibri\IO\FileSystem\Directory
Родительская директория
Create(string $path, boolean $recursive = true, integer $mode = 511) : \Colibri\IO\FileSystem\Directory
Создает директорию
| string | $path | пусть к директории |
| boolean | $recursive | если true то директории будут созданы по всему пути до достижения указанной директории |
| integer | $mode | режим создания по умолчанию 0777 |
getAttributesObject() : \Colibri\IO\FileSystem\Attributes
Загружает данные об атрибутах
getSecurityObject() : \Colibri\IO\FileSystem\Security
Загружает данные о правах доступа