ClassFinder class ClassFinder (
int lastModified(string $path) Get the file's last modification time.
static void macro(string $name, callable $macro) Register a
string extension(string $path) Extract the file extension from a file path
static bool hasMacro(string $name) Checks if macro is registered
bool move(string $path, string $target) Move a file to a new location.
bool copy(string $path, string $target) Copy a file to a new location.
array allFiles(string|null $directory = null) Get all of the files from
array glob(string $pattern, int $flags) Find path names matching a given
string getDefaultDriver() Get the default driver name.
Page 1 of 10