Re: Server directory of a running script

2021-11-12 Thread jbv via use-livecode
Le 2021-11-12 15:10, Phil Davis via use-livecode a écrit : Also, maybe try "the filename of me". It seems like that should work, though I could be wrong. No, you're right, it works too. Thank you. ___ use-livecode mailing list use-livecode@lists.run

Re: Server directory of a running script

2021-11-12 Thread Phil Davis via use-livecode
Also, maybe try "the filename of me". It seems like that should work, though I could be wrong. Phil Davis On 11/12/21 2:46 AM, jbv via use-livecode wrote: Great ! Thank you. Le 2021-11-12 05:20, Ralf Bitter via use-livecode a écrit : You might try $_SERVER["PATH_TRANSLATED"] Ralf _

Re: Server directory of a running script

2021-11-12 Thread jbv via use-livecode
Great ! Thank you. Le 2021-11-12 05:20, Ralf Bitter via use-livecode a écrit : You might try $_SERVER["PATH_TRANSLATED"] Ralf ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage yo

Re: Server directory of a running script

2021-11-12 Thread Ralf Bitter via use-livecode
You might try $_SERVER["PATH_TRANSLATED"] Ralf On 12.11.21 10:59, jbv via use-livecode wrote: Hi list, Is there a way to get the full path of the server directory/subdirectory in which an LC script is running, from within the script itself while it is running ? I have a Livecode Hosting a