string basename(string $path) Extract the trailing name component from
ClassFinder class ClassFinder (
bool move(string $path, string $target) Move a file to a new location.
mixed __call(string $method, array $parameters) Dynamically handle calls
bool copy(string $path, string $target) Copy a file to a new location.
bool move(string $from, string $to) Move a file to a new location.
int size(string $path) Get the file size of a given file.
array allFiles(string|null $directory = null) Get all of the files from
bool isFile(string $file) Determine if the given path is a file.
bool delete(string|array $paths) Delete the file at a given path.
Page 1 of 10