Files
FireBee_Setup/tools/vision/ldv/doc/vapi/fi.htm
2022-11-25 03:00:01 +01:00

293 lines
11 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Documentation VISION (VAPI) : Configuration Interface</title></head>
<body background="../images/conc2.gif" bgcolor="#ffffff">
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td align="center" width="17%"><a href="im.htm"><img style="border: 0px solid ; width: 46px; height: 26px;" src="../images/cprev.jpg" alt="Chapitre précédent" hspace="2"></a><a href="index.htm"><img src="../images/csom.jpg" alt="Retour au sommaire" border="0" height="26" hspace="2" width="26"></a><a href="struct.htm"><img style="border: 0px solid ; width: 43px; height: 26px;" src="../images/csuiv.jpg" alt="Chapitre suivant" hspace="2"></a></td>
<td rowspan="2" align="center" valign="top" width="8%"><p align="center"><img src="../images/icoprinc.gif" height="71" width="59"></p>
</td>
<td width="33%"><p align="center"><font color="#0000ff" size="5"><strong>Documentation </strong><em><strong>VISION
(VAPI)</strong></em></font></p>
</td>
<td rowspan="2" align="center" valign="top" width="8%"><p align="center"><img src="../images/icointro.gif" height="71" width="59"></p>
</td>
<td valign="top" width="17%"><p align="left">Last update : 04/12/20</p>
</td>
</tr>
<tr>
<td width="17%"><p align="center"><a href="..%5C..%5C..%5Cdownload/dvldv.zip"><br></a></p>
</td>
<td width="33%"><p align="center"><font size="4"><strong>FILE INTERFACE</strong></font></p>
</td>
<td align="center" width="17%">&nbsp;</td>
</tr>
</tbody></table>
</center></div>
<hr>
<div align="center"><center>
<table border="2" width="100%">
<tbody><tr>
<td colspan="2" align="center"><strong>Résumé</strong></td>
</tr>
<tr>
<td width="15%"><strong>Préfixe de l'interface</strong></td>
<td width="85%">Fi</td>
</tr>
<tr>
<td width="15%"><strong>Nombre de fonctions</strong></td>
<td width="85%">7</td>
</tr>
<tr>
<td width="15%"><strong>Description</strong></td>
<td width="85%">Ensemble de fonctions permettant de manipuler des fichiers</td>
</tr>
</tbody></table>
</center></div>
<p>&nbsp;</p>
<div align="center"><center>
<table border="2" width="100%">
<tbody><tr>
<td width="15%"><a name="FiFileExist"></a><strong>Prototype</strong></td>
<td width="85%">long cdecl&nbsp;<span style="font-weight: bold;">FiFileExist</span>(char* file)</td>
</tr>
<tr>
<td width="15%"><strong>Paramètres</strong></td>
<td width="85%">file: nom du fichier sur lequel tester la présence</td>
</tr>
<tr>
<td width="15%"><strong>Retour</strong></td>
<td width="85%">Non nul si le fichier existe</td>
</tr>
<tr>
<td width="15%"><strong>Description</strong></td>
<td width="85%"><br></td>
</tr>
<tr>
<td width="15%"><strong>Remarques</strong></td>
<td width="85%"><br></td>
</tr>
<tr>
<td width="15%"><strong>Version VAPI</strong></td>
<td width="85%">1.09 ou mieux</td>
</tr>
</tbody></table>
</center></div>
<p>&nbsp;</p>
<div align="center"><center>
<table border="2" width="100%">
<tbody><tr>
<td width="15%"><a name="FiFolderExist"></a><strong>Prototype</strong></td>
<td width="85%">long <span style="font-weight: bold;">cdecl FiFolderExist(</span>char* folder)</td>
</tr>
<tr>
<td width="15%"><strong>Paramètres</strong></td>
<td width="85%">folder: nom du dossier sur lequel tester l'existence</td>
</tr>
<tr>
<td width="15%"><strong>Retour</strong></td>
<td width="85%">Non nul si le fichier existe</td>
</tr>
<tr>
<td width="15%"><strong>Description</strong></td>
<td width="85%"><br></td>
</tr>
<tr>
<td width="15%"><strong>Remarques</strong></td>
<td width="85%"><br></td>
</tr>
<tr>
<td width="15%"><strong>Version VAPI</strong></td>
<td width="85%">1.09 ou mieux</td>
</tr>
</tbody></table>
</center></div>
<p>&nbsp;</p><div align="center"><center>
<table border="2" width="100%">
<tbody><tr>
<td width="15%"><a name="FiCopyFile"></a><strong>Prototype</strong></td>
<td width="85%">long cdecl&nbsp;<span style="font-weight: bold;">FiCopyFile</span>(char* src, char* dst)</td>
</tr>
<tr>
<td width="15%"><strong>Paramètres</strong></td>
<td width="85%">src: nom du fichier source<br>dst: nom du fichier destination</td>
</tr>
<tr>
<td width="15%"><strong>Retour</strong></td>
<td width="85%">Zero si succès</td>
</tr>
<tr>
<td width="15%"><strong>Description</strong></td>
<td width="85%">Copie la source vers la desnitation. Le dossier de la destination doit exister (voyez la fonction suivante sinon).</td>
</tr>
<tr>
<td width="15%"><strong>Remarques</strong></td>
<td width="85%"><br></td>
</tr>
<tr>
<td width="15%"><strong>Version VAPI</strong></td>
<td width="85%">1.09 ou mieux</td>
</tr>
</tbody></table>
</center></div>
<p>&nbsp;</p><div align="center"><center>
<table border="2" width="100%">
<tbody><tr>
<td width="15%"><a name="FiFileExistR"></a><strong>Prototype</strong></td>
<td width="85%">long cdecl&nbsp;<span style="font-weight: bold;">FiCopyFileR</span>(char* src, char* dst)</td>
</tr>
<tr>
<td width="15%"><strong>Paramètres</strong></td>
<td width="85%">src: nom du fichier source<br>dst: nom du fichier destination</td>
</tr>
<tr>
<td width="15%"><strong>Retour</strong></td>
<td width="85%">Zero si succès</td>
</tr>
<tr>
<td width="15%"><strong>Description</strong></td>
<td width="85%">Copie la source vers la destination et créee les dossiers intermédiaires si nécessaire.</td>
</tr>
<tr>
<td width="15%"><strong>Remarques</strong></td>
<td width="85%"><br></td>
</tr>
<tr>
<td width="15%"><strong>Version VAPI</strong></td>
<td width="85%">1.09 ou mieux</td>
</tr>
</tbody></table>
</center></div>
<p>&nbsp;</p><div align="center"><center>
<table border="2" width="100%">
<tbody><tr>
<td width="15%"><a name="FiMoveFile"></a><strong>Prototype</strong></td>
<td width="85%">long cdecl&nbsp;<span style="font-weight: bold;">FiMoveFile</span>(char* src, char* dst)</td>
</tr>
<tr>
<td width="15%"><strong>Paramètres</strong></td>
<td width="85%">src: nom du fichier source<br>dst: nom du fichier destination</td>
</tr>
<tr>
<td width="15%"><strong>Retour</strong></td>
<td width="85%">Zero si succès</td>
</tr>
<tr>
<td width="15%"><strong>Description</strong></td>
<td width="85%">Renomme le fichier source vers la destination</td>
</tr>
<tr>
<td width="15%"><strong>Remarques</strong></td>
<td width="85%"><br></td>
</tr>
<tr>
<td width="15%"><strong>Version VAPI</strong></td>
<td width="85%">1.09 ou mieux</td>
</tr>
</tbody></table>
</center></div>
<p></p><div align="center"><center>
<table border="2" width="100%">
<tbody><tr>
<td width="15%"><a name="FiMoveFile"></a><strong>Prototype</strong></td>
<td width="85%">long cdecl&nbsp;<span style="font-weight: bold;">FiCreateFolder</span>(char* path)</td>
</tr>
<tr>
<td width="15%"><strong>Paramètres</strong></td>
<td width="85%">path: chemin du dossier à créer</td>
</tr>
<tr>
<td width="15%"><strong>Retour</strong></td>
<td width="85%">Zero si succès</td>
</tr>
<tr>
<td width="15%"><strong>Description</strong></td>
<td width="85%"><br></td>
</tr>
<tr>
<td width="15%"><strong>Remarques</strong></td>
<td width="85%">Returne succès (0) si le dossier existe déjà<br></td>
</tr>
<tr>
<td width="15%"><strong>Version VAPI</strong></td>
<td width="85%">1.09 ou mieux</td>
</tr>
</tbody></table>
</center></div>
<p>&nbsp;<br>&nbsp;</p><div align="center"><center>
<table border="2" width="100%">
<tbody><tr>
<td width="15%"><a name="FiMoveFile"></a><strong>Prototype</strong></td>
<td width="85%">long cdecl&nbsp;<span style="font-weight: bold;">FiCmpFiles</span>(char* f1, char* f2)</td>
</tr>
<tr>
<td width="15%"><strong>Paramètres</strong></td>
<td width="85%">f1: nom du premier fichier<br>f2: nom du fichier à comparer</td>
</tr>
<tr>
<td width="15%"><strong>Retour</strong></td>
<td width="85%">1 si les fichiers sont identiques</td>
</tr>
<tr>
<td width="15%"><strong>Description</strong></td>
<td width="85%"><br></td>
</tr>
<tr>
<td width="15%"><strong>Remarques</strong></td>
<td width="85%"><br></td>
</tr>
<tr>
<td width="15%"><strong>Version VAPI</strong></td>
<td width="85%">1.09 ou mieux</td>
</tr>
</tbody></table>
</center></div>
<p></p><p></p><p></p><div align="center"><center><br></center></div>
<hr>
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td align="center" width="17%"><a href="im.htm"><img style="border: 0px solid ; width: 46px; height: 26px;" src="../images/cprev.jpg" alt="Chapitre précédent" hspace="2"></a><a href="index.htm"><img src="../images/csom.jpg" alt="Retour au sommaire" border="0" height="26" hspace="2" width="26"></a><a href="struct.htm"><img style="border: 0px solid ; width: 43px; height: 26px;" src="../images/csuiv.jpg" alt="Chapitre suivant" hspace="2"></a></td>
<td rowspan="2" align="center" valign="top" width="8%"><p align="center"><img src="../images/icoprinc.gif" height="71" width="59"></p>
</td>
<td width="33%"><p align="center"><font color="#0000ff" size="5"><strong>Documentation </strong><em><strong>VISION
(VAPI)</strong></em></font></p>
</td>
<td rowspan="2" align="center" valign="top" width="8%"><p align="center"><img src="../images/icointro.gif" height="71" width="59"></p>
</td>
<td valign="top" width="17%"><p align="left"><br></p>
</td>
</tr>
<tr>
<td width="17%"><p align="center"><a href="..%5C..%5C..%5Cdownload/dvldv.zip">Télécharger la doc</a></p>
</td>
<td width="33%"><p align="center"><font size="4"><strong>FILE </strong></font><font size="4"><strong>INTERFACE</strong></font></p>
</td>
<td valign="top" width="17%">&nbsp; </td>
</tr>
</tbody></table>
</center></div>
</body></html>