F::exists()
Checks if the file exists on disk
F::exists(string $file, string|null $in = null): bool
Parameters
Name | Type | Default |
---|---|---|
$filerequired | string |
no default value |
$in | string ornull |
null
|
Return type
bool