File path: dist/twist/Core/Utilities/File.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
delete
—
Name | Description |
---|---|
$strFilePath | n/a |
[$blIncludeDelayedFiles = true] | n/a |
$this- | n/a |
$strFilePath | n/a |
$blIncludeDelayedFiles | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFilePath = 'foo';
$blIncludeDelayedFiles = true;
$this- = ;
$strFilePath = 'foo';
$blIncludeDelayedFiles = true;
//Call the function delete with the example vars
Twist::File() -> delete($strFilePath, $blIncludeDelayedFiles, $this-, $strFilePath, $blIncludeDelayedFiles);