string name(string $path) Extract the file name from a file path.
void link(string $target, string $link) Create a hard link to the target
mixed getRequire(string $path) Get the returned value of a file.
array directories(string $directory) Get all of the directories within
bool isDirectory(string $directory) Determine if the given path is a directory
int append(string $path, string $data) Append to a file.
bool deleteDirectory(string $directory, bool $preserve = false) Recursively
bool exists(string $path) Determine if a file or directory exists.
array when() Get the events that trigger this service provider to register
int prepend(string $path, string $data) Prepend to a file.
Page 5 of 10