Skip to content
Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

USTAR.TestTar

Method Signature

 Protected Function TestTar(TarFile As FolderItem) As Boolean

Parameters

Name Type Comment
TarFile FolderItem array The archive to be tested.

Return value

Returns True if the test operation completed with no errors.

Remarks

Extracts the archive while discarding all output. If the operation completes without error then the archive is not corrupt.

Entry-level points of interest denoted by "☜"



Clone this wiki locally