Overview
Utility class for static directory methods.
Package
This class is part of the Solar package.
Configuration Keys
None.
Constants
None.
Public Properties
The Solar_Dir class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_Dir class.
You can also view the list of all public, protected, and private methods.
-
exists()
-
Hack for » is_dir() that checks the include_path.
-
fix()
-
"Fixes" a directory string for the operating system.
-
mkdir()
-
Replacement for mkdir() to supress warnings and throw exceptions in their place.
-
name()
-
Convenience method for dirname() and higher-level directories.
-
rmdir()
-
Replacement for rmdir() to supress warnings and throw exceptions in their place.
-
tmp()
-
Returns the OS-specific directory for temporary files; uses the Solar
$system/tmp
directory when available.