avec dfu

Fork of Utils by POTLESS

Revision:
3:01677db45b2a
Parent:
2:5af7a1fb1903
Child:
4:872676dd87a4
--- a/Utils.h	Mon Feb 12 07:22:14 2018 +0000
+++ b/Utils.h	Tue Feb 13 08:32:46 2018 +0000
@@ -110,7 +110,21 @@
     /**Fonction DIR.
     * @param char* Nom du répertoire
     */
-    static void DIR_SD(char* Dir_Name = "");
+    static void Dir_SD(char* Dir_Name = "");
+    
+    /**Fonction de numérotage des fichiers log.
+    * @returns
+    *   Index du nouveau fichier log
+    */
+    static int File_Index();
+    
+    /**Fonction de test si un fichier existe.
+    * @param char* Nom du fichier
+    * @returns
+    *   true si le fichier existe, false s'il n'existe pas
+    */
+    static bool File_Exist(char* File_Name);
+
 
 private:
 //Rien...