Do you want to call an .lc file from outside the public_html file?
If so then
copy the .lc file  (lets say myscript.lc) to outside of the public_html, for 
example to /home/custom_scripts.

Then in your .lc file in public_html use

include "home/custom_scripts/myscript.lc

to include the script myscript.lc into your main script.

Regards,

Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 23.11.2018 um 21:21 schrieb Keith Clarke via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Folks,
> Can anyone please steer me to any docs explaining the (relative?) path syntax 
> needed to traverse from a public file 'public_html/index.lc' to more private 
> resources in 'public_html/CGI’ folder, to:
> 1: Require CGI/myFile.lc?  
> 2: Call myFunction() in CGI/myFile.lc?
> 
> The LC Server introductory lessons don’t seem to cover how to split 
> public/private assets - unless I’m missing something?
> 
> Thanks in advance
> Keith  
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to