getting the correct directory
Posted: Thu Jul 22, 2004 4:57 am
i have thi path on a linux server :
i am doing this :
the thibs is that i want to access a folder that is under :
and i tried to do the above code to point to another directory
like in wondows but it idnt work!
is there a way i can do it?
thnaks in advance
peleg
Code: Select all
site/web/interi am doing this :
Code: Select all
opendir(getcwd()."../PDF/")the thibs is that i want to access a folder that is under :
Code: Select all
site/web/files2and i tried to do the above code to point to another directory
like in wondows but it idnt work!
is there a way i can do it?
thnaks in advance
peleg