string getDefaultDriver() Get the default driver name.
static bool hasMacro(string $name) Checks if macro is registered
bool copy(string $path, string $target) Copy a file to a new location.
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.
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
mixed __call(string $method, array $parameters) Dynamically handle calls
bool copyDirectory(string $directory, string $destination, int $options = null)
Page 1 of 10