Garry - 2003-08-07

Logged In: YES
user_id=747416

Well i can only give you my root to give you a idea how it
may work but this is on a winserver..

$dir[1]='/inetpub/phpweb/sfm/public/';
$dirroot[1]='public';
$dirpath[1]='C:/inetpub/wwwroot/sfm/public/';

i think that..
$dirpath[1]='/Library/WebServer/Documents/';
can be
$dirpath[1]='C:/Library/WebServer/Documents/';

if you have no luck you can also try to change your / to \ like

$dir[1]='\Library\WebServer\Documents\';
$dirroot[1]='webroot';
$dirpath[1]='\Library\WebServer\Documents\';

Just my 2 cent to help