ClassFinder class ClassFinder (
bool copy(string $from, string $to) Copy a file to a new location.
bool delete(string|array $paths) Delete the file at a given path.
bool copy(string $path, string $target) Copy a file to a new location.
string extension(string $path) Extract the file extension from a file path
Filesystem disk(string $name = null)
string getDefaultCloudDriver() Get the default cloud driver name.
mixed __call(string $method, array $parameters) Dynamically handle calls
string basename(string $path) Extract the trailing name component from
array glob(string $pattern, int $flags) Find path names matching a given
Page 2 of 10