C# 클래스 FAT32.FileSystemPath

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
fatfs_get_substring ( string path, int levelreq, StringBuilder output, int max_len ) : int
fatfs_total_path_levels ( string path ) : int

비공개 메소드들

메소드 설명
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

메소드 상세

fatfs_get_substring() 공개 정적인 메소드

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
리턴 int

fatfs_total_path_levels() 공개 정적인 메소드

public static fatfs_total_path_levels ( string path ) : int
path string
리턴 int