Hardware
Software
Application Notes
uPHP Function Reference
Known Issues
Wattmon.com [main site]
WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0
Change the current directory
$directory: The new current directory
Integer: 0 on success or -1 on failure
<? chdir("/logs/"); ?>
getcwd() - Get the current directory
mkdir() - Make a directory
rmdir() - Remove a directory, with optional deletion of contents