i think that still is not possible to get the directory of the current running script.
i want to get it to use a relative paths to the script
using file class:
var f = new File("/etc/apache2/httpd.conf");
write (f.get_dir());
using globals:
write (file_getdir('/etc/apache2/httpd.conf'))
will show '/etc/apache2'
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 132 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 492906:26:22 |
| Calls: | 7,998 |
| Calls today: | 7 |
| Files: | 9,421 |
| D/L today: |
2,149 files (1,142M bytes) |
| Messages: | 403,650 |
| Posted today: | 6 |