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

USTAR.IsTarred

Method Signature

 Function IsTarred(Extends TargetFile As FolderItem) As Boolean
 Function IsTarred(Extends Target As MemoryBlock) As Boolean

Parameters

IsTarred(FolderItem)

Name Type Comment
TargetFile FolderItem The file to examine.

IsTarred(MemoryBlock)

Name Type Comment
Target MemoryBlock The memory block to examine

Return value

Returns True if the file or memory block is likely a tape archive.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally