Le 15/11/2011 01:21, Iai Masafumi ax a écrit :
> Hi
>
> Does Scilab have a command like mfilename in Matlab? I want to get the
> name of a currently running script file.
>
Yes it does:
path = get_absolute_file_path('running_or_open_filename.m')
Samuel