Method | Description | |
---|---|---|
doRemoveFolderRecursively ( string $sFolderName ) : boolean | deletes folder recursively | |
doRemoveResource ( string $sElementPath ) | removes a resource |
Method | Description | |
---|---|---|
fixWindowsPermissions ( string $sElementPath ) | fixes permissions on windows to be able to delete files/links | |
isFolderEmpty ( string $sDirectoryPath ) : boolean | checks if the folder is empty | |
isWin ( ) : boolean | checks if it's windows environment |
public doRemoveFolderRecursively ( string $sFolderName ) : boolean | ||
$sFolderName | string | |
return | boolean |
public doRemoveResource ( string $sElementPath ) | ||
$sElementPath | string | resource to remove |