Method | Description | |
---|---|---|
_create_directory ( string path ) : int | ||
_open_file ( string path ) : |
Method | Description | |
---|---|---|
_allocate_file ( ) : |
||
_check_file_open ( |
||
_create_file ( ) : FL_FILE* | ||
_free_file ( |
||
_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 |
public _create_directory ( string path ) : int | ||
path | string | |
return | int |
public static _open_file ( string path ) : |
||
path | string | |
return |