Documentation

DirectoryInterface extends NodeInterface

A unixoid filesystem directory

Directories, Files, Device entries etc are nodes Implement behaviour similar to FilesystemIterator, possibly wrapping it.

Table of Contents

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

Methods

isExecutable()

public isExecutable() : bool
Return values
bool

isReadable()

public isReadable() : bool
Return values
bool

isWriteable()

public isWriteable() : bool
Return values
bool

Search results