GetFileTypeMatches(FileInfo)
|
Tries to detect the file type of the specified file by analyzing a collection of known file type signatures
on the file header, then returns a ListT that contains
the success percentage (0%...100%) of each file type found (if any).
|
GetFileTypeMatches(String)
|
Tries to detect the file type of the specified file by analyzing a collection of known file type signatures
on the file header, then returns a ListT that contains
the success percentage (0%...100%) of each file type found (if any).
|
GetFileTypeMatches(FileInfo, FileType)
|
Tries to detect the file type of the specified file by analyzing a collection of file type signatures
on the file header, then returns a ListT that contains
the success percentage (0%...100%) of each file type found (if any).
|
GetFileTypeMatches(String, FileType)
|
Tries to detect the file type of the specified file by analyzing a collection of file type signatures
on the file header, then returns a ListT that contains
the success percentage (0%...100%) of each file type found (if any).
|