TwistPHP Documentation

delete

File path: dist/twist/Core/Utilities/File.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

delete

Parameters

Name Type Description
$strFilePathstringn/a
[$blIncludeDelayedFiles = true]booleann/a
$this-n/a
$strFilePathstringn/a
$blIncludeDelayedFilesbooleann/a

Return Values

void — No return information has been documented for this function.

Example

<?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);