C# Class FAT32.FileAccess

Inheritance: fatlib
Mostra file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
_create_directory ( string path ) : int
_open_file ( string path ) : FL_FILE

Private Methods

Method Description
_allocate_file ( ) : FL_FILE
_check_file_open ( FL_FILE file ) : int
_create_file ( ) : FL_FILE*
_free_file ( FL_FILE file ) : void
_open_directory ( string path, ulong &pathCluster ) : int
fatfs_filename_to_lfn ( string filename, byte buffer, int entry, byte sfnChk ) : void
fatfs_lfn_entries_required ( string filename ) : int

Method Details

_create_directory() public method

public _create_directory ( string path ) : int
path string
return int

_open_file() public static method

public static _open_file ( string path ) : FL_FILE
path string
return FL_FILE