api / FATFileSystem / trunk / FATFileSystem

FATFileSystem

class FATFileSystem : public FileSystemLike

The class itself

FATFileSystemThe class itself
Functions
openopen a file on the filesystem.

Functions

open

virtual FileHandle *open(const char *name,
int flags)

open a file on the filesystem. never called directly

class FATFileSystem : public FileSystemLike
The class itself
virtual FileHandle *open(const char *name,
int flags)
open a file on the filesystem.