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