Hi,
> How can I get the location of the script in a variable, so that I can do
> something like this?:
> cpath=get_script_path();
> graph=load_graph(cpath+'some_graph.graph');
Maybe cpath=get_absolute_file_path('myscript.sci') could be useful.
Calixte