File path: dist/twist/Core/Utilities/File.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
exists
— Check to see if a file exists, this also checks delayed files by default
Name | Description |
---|---|
$dirFilePath | n/a |
[$blCheckDelayedFiles = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirFilePath = '/home/user/public_html/twist';
$blCheckDelayedFiles = true;
//Call the function exists with the example vars
Twist::File() -> exists($dirFilePath, $blCheckDelayedFiles);