Methods

Test if a pathname is a directory and throw an exception if not.

checkDirectory(\Filicious\Internals\Pathname $pathname) : void
Static

Test if a pathname is a file and throw an exception if not.

checkFile(\Filicious\Internals\Pathname $pathname) : void
Static

Test if a pathname exists and throw an exception if not.

requireExists(\Filicious\Internals\Pathname $pathname) : void
Static

Parameters

$pathname

Exceptions

\Filicious\Exception\FileNotFoundException