+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="jimsgetpath" xml:lang="en">
- <refnamediv>
- <refname>jimsgetpath</refname>
- <refpurpose>Returns the path to the current module.</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>
- path = jimsgetpath ( )
-
- </synopsis>
- </refsynopsisdiv>
- <refsection>
- <title>Parameters</title>
- <variablelist>
- <varlistentry>
- <term>path :</term>
- <listitem>
- <para> a 1-by-1 matrix of strings, the path to the current module.</para>
- </listitem>
- </varlistentry>
- </variablelist>
- </refsection>
- <refsection>
- <title>Examples</title>
- <programlisting role="example"><![CDATA[
-path = jimsgetpath ( )
-
- ]]></programlisting>
- </refsection>
-</refentry>