ContentExtractorFactoryGetAllSplitArchiveFilenames Method |
Given the file path to a main split archive or media image file part, returns all split segment file names contained in the directory of main part in proper order.
Namespace: OpenDiscoverSDKAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic static string[] GetAllSplitArchiveFilenames(
string mainSplitArchivePath,
Id mainSplitFileId
)
Parameters
- mainSplitArchivePath String
-
The full path (including file name) to the main split archive or media image file part. See the 'mainSplitFileId' argument summary for the file format
identification types of main split parts.
- mainSplitFileId Id
-
Main split archive or media image parts have one of the following file format Ids: ArchiveZipSplit, Archive7ZipSplit, ArchiveRar4Split,
ArchiveRar5Split, MediaImageWIMSplit.
Return Value
StringA string array containing the split archive or media image parts in proper order.
Remarks
See Also