Realpath not working with ../files ??
Posted
by Babak
on Stack Overflow
See other posts from Stack Overflow
or by Babak
Published on 2010-04-02T21:07:37Z
Indexed on
2010/04/02
21:13 UTC
Read the original article
Hit count: 398
I am developing under wamp.
echo realpath(APPPATH);
C:\wamp\www\salsaritmo\system\application
echo realpath(APPPATH . '..');
C:\wamp\www\salsaritmo\system
echo realpath(APPPATH . '../files'); //(which is the one i want)
returns nothing
© Stack Overflow or respective owner