![]() |
|
|
+ Search |
![]()
|
Nov 12th, 2002 20:38
Juan Carlos Gonzalez, grandmaster plarmz,
If you have for example a file in ../files/bar.txt and the real path
is d:/cvs/temp/files/bar.txt you can get this information using:
$real_path = realpath("../files/bar.txt"); // this will return
d:/cvs/temp/files/bar.txt