Dir::exists()
Checks if the directory exists on disk
Dir::exists(string $dir, ?string $in = null): bool
Parameters
Name | Type | Default |
---|---|---|
$dir * | string |
– |
$in | string |null |
null |
Return type
bool
Checks if the directory exists on disk
Dir::exists(string $dir, ?string $in = null): bool
Name | Type | Default |
---|---|---|
$dir * | string |
– |
$in | string |null |
null |
bool