VINJEY Flash File system API VINJEY Flash FS API(Application Program Interface) is simple to understand and easy to use. Given below is the API list of standard FAT modules. /* Initialize the File System */ /* Mount, Returns 1 on success and 0 on failure */ /* Unmount, Returns 1 on success and 0 on failure */ /* Returns -1 on failure and a positive number on success */ /* Returns -1 on failure and a positive number on success */ /* Returns number of bytes read succesfully */ /* Returns number of bytes written successfully */ /* Returns 0 on failure and 1 on success */ /* Returns the position seeked to */ /* Returns the current file position */ /* Returns 1 on success and 0 on failure */ /* Returns -1 on failure and a positive number on success */ /* Read one directory entry from the given directory descriptor */ /* Set the position of the directory descriptor to the beginning */ /* Close the directory opened earlier */
|