Property | Type | Description | |
---|---|---|---|
$_itemPath | string | The path to the file or directory associated with this class |
Method | Description | |
---|---|---|
__construct ( string $filePath ) | ||
copy ( $destination ) : boolean | Copies this file/directory and all its children to $destination | |
createAllDirectoriesInPath ( ) | Creates all directories in the file path if the directory doesn't already exist | |
delete ( ) : boolean | Deletes this file or Directory | |
exists ( ) : boolean | ||
factory ( $itemPath ) : boolean | Pommo_Filesystem_Directory | Pommo_Filesystem_File | ||
getBasename ( ) : string | ||
getDateLastModified ( ) : DateTime | ||
getItemPath ( ) : string |
public createAllDirectoriesInPath ( ) |
protected string $_itemPath | ||
return | string |