in reply to working with relative paths
SCRIPT_NAME : /cgi-local/env.pl
DOCUMENT_ROOT : /u/web/folder
SCRIPT_FILENAME : /u/web/folder/cgi-bin/env.pl
You can use these to start your absolute path, rather than having to enter it by hand, and all you have to do from there is keep track of the current folder with a little creative programming.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: working with relative paths
by apotheon (Deacon) on Oct 30, 2004 at 03:05 UTC |