C# Class FAT32.FileSystemPath

Mostra file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
fatfs_get_substring ( string path, int levelreq, StringBuilder output, int max_len ) : int
fatfs_total_path_levels ( string path ) : int

Private Methods

Method Description
FileString_GetExtension ( string str ) : int
FileString_StrCmpNoCase ( string s1, string s2, int n ) : int
FileString_TrimLength ( string str, int strLen ) : int
fatfs_compare_names ( string strA, string strB ) : int
fatfs_split_path ( string full_path, string &path, int max_path, string &filename, int max_filename ) : int

Method Details

fatfs_get_substring() public static method

public static fatfs_get_substring ( string path, int levelreq, StringBuilder output, int max_len ) : int
path string
levelreq int
output System.Text.StringBuilder
max_len int
return int

fatfs_total_path_levels() public static method

public static fatfs_total_path_levels ( string path ) : int
path string
return int