C# 클래스 FileParser.Data.FileDataStore

파일 보기 프로젝트 열기: joefeser/WhereAreMyFiles

공개 메소드들

메소드 설명
ProcessPath ( string databasePath, string filePath ) : void

비공개 메소드들

메소드 설명
GetFilesToProcess ( List databaseFiles, List arrHeaders, DirectoryInfo di ) : List
IgnoreFolder ( DirectoryInfo di ) : bool
IgnoreHeader ( string header ) : bool
ProcessFolder ( SQLite.SQLiteConnection db, DriveInformation drive, List arrHeaders, DirectoryInfo directory ) : void
SetFileInformation ( FileInfo fi, FileInformation fileInfo ) : void

메소드 상세

ProcessPath() 공개 정적인 메소드

public static ProcessPath ( string databasePath, string filePath ) : void
databasePath string
filePath string
리턴 void