Documentation

Directory
in package
implements DirectoryInterface Uses GetRelativePathTrait, DirectoryCreateIfMissingTrait, DirectoryDeleteTrait, NodeTrait, SymlinkTrait

Directories, Files, Device entries etc are nodes

Interfaces, Classes, Traits and Enums

DirectoryInterface
A unixoid filesystem directory

Table of Contents

$path  : AbsolutePathInterface
__construct()  : mixed
createIfMissing()  : mixed
createSubDir()  : mixed
createSymlinkAs()  : bool
deleteIfEmpty()  : mixed
deleteRecursively()  : mixed
exists()  : bool
getAbsolutePath()  : AbsolutePath
getPathRelativeTo()  : RelativePath
isExecutable()  : bool
isLink()  : bool
isReadable()  : bool
isWriteable()  : bool
touch()  : mixed

Properties

Methods

createSymlinkAs()

public createSymlinkAs() : bool
Return values
bool

exists()

public exists() : bool
Return values
bool

isExecutable()

public isExecutable() : bool
Return values
bool
public isLink() : bool
Return values
bool

isReadable()

public isReadable() : bool
Return values
bool

isWriteable()

public isWriteable() : bool
Return values
bool

touch()

public touch() : mixed
Return values
mixed

Search results