copy()
delete()
forge()
get_permissions()
get_size()
get_time()
get_url()
move()
read()
rename()
update()
__construct()
$area
$content
$path
copy(string $new_path) : bool
string
path to parent directory, must be valid
bool
delete(bool $recursive, bool $delete_top) : bool
bool
bool
bool
forge($path, array $config, \Fuel\Core\File_Area $area, $content)
get_size()
This method is unavailable on this implement, that will surely cause exception.
\BadMethodCallException |
---|
get_time(string $type) : int
string
modified or created
int
Unix Timestampget_url()
This method is unavailable on this implement, that will surely cause exception.
\BadMethodCallException |
---|
move(string $new_path) : bool
string
path to new parent directory, must be valid
bool
read(int $depth, array $filters) : array
int
whether or not to read recursive
array
array of partial regexps or non-array for default
array
rename(string $new_name) : bool
string
new directory name
bool
update()
This method is unavailable on this implement, that will surely cause exception.
\BadMethodCallException |
---|
__construct($path, array $config, \Fuel\Core\File_Area $area, $content)
$content : array
$path : string