~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/fileio/help/fr_FR/path_filename/getshortpathname.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns4="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="getshortpathname" xml:lang="fr">
 
3
    <refnamediv>
 
4
        <refname>getshortpathname</refname>
 
5
        <refpurpose>retourne le chemin au format court (Seulement pour
 
6
            Windows)
 
7
        </refpurpose>
 
8
    </refnamediv>
 
9
    <refsynopsisdiv>
 
10
        <title>Séquence d'appel</title>
 
11
        <synopsis>shortpath=getshortgpathname(longpath)
 
12
            [shortpath,bOK]=getshortpathname(longpath)
 
13
        </synopsis>
 
14
    </refsynopsisdiv>
 
15
    <refsection>
 
16
        <title>Paramètres</title>
 
17
        <variablelist>
 
18
            <varlistentry>
 
19
                <term>longpath</term>
 
20
                <listitem>
 
21
                    <para>Une chaine de caractere ou une matrice de chaines de
 
22
                        caracteres contenant le chemin au format long.
 
23
                    </para>
 
24
                </listitem>
 
25
            </varlistentry>
 
26
            <varlistentry>
 
27
                <term>shortpath</term>
 
28
                <listitem>
 
29
                    <para>Une chaine de caractere ou une matrice de chaines de
 
30
                        caracteres contenant le chemin au format court
 
31
                    </para>
 
32
                </listitem>
 
33
            </varlistentry>
 
34
            <varlistentry>
 
35
                <term>bOK</term>
 
36
                <listitem>
 
37
                    <para>contient %T si le chemin a ete converti ou %F si ce n'est pas
 
38
                        le cas.
 
39
                    </para>
 
40
                </listitem>
 
41
            </varlistentry>
 
42
        </variablelist>
 
43
    </refsection>
 
44
    <refsection>
 
45
        <title>Description</title>
 
46
        <para>La primitive getshortpathname convertie un chemin au format long en
 
47
            un chemin au format court.
 
48
        </para>
 
49
    </refsection>
 
50
    <refsection>
 
51
        <title>Exemples</title>
 
52
        <programlisting role="example"><![CDATA[ 
 
53
[shortpath,bOK]=getshortpathname(SCI) 
 
54
[shortpaths,bOKs]=getshortpathname([SCI,SCI]) 
 
55
 ]]></programlisting>
 
56
    </refsection>
 
57
    <refsection role="see also">
 
58
        <title>Voir aussi</title>
 
59
        <simplelist type="inline">
 
60
            <member>
 
61
                <link linkend="getlongpathname">getlongpathname</link>
 
62
            </member>
 
63
        </simplelist>
 
64
    </refsection>
 
65
</refentry>