Method | Description | |
---|---|---|
copy ( $source, $target ) | ||
delete ( $path ) | ||
getAdapter ( ) : Jarves\Filesystem\Adapter\AdapterInterface | ||
getCount ( string $path ) : integer | ||
getFile ( string $path ) : Jarves\File\FileInfoInterface | ||
getFiles ( string $path ) : Jarves\File\FileInfoInterface[] | ||
has ( $path ) | ||
mkdir ( $path ) | ||
move ( $source, $target ) | ||
read ( $path ) | ||
rename ( $source, $target ) | ||
write ( $path, $content = '' ) |
public getAdapter ( ) : Jarves\Filesystem\Adapter\AdapterInterface | ||
return | Jarves\Filesystem\Adapter\AdapterInterface |