NextTarFileEventArgs VB.NET Reference Documentation

NextTarFileEventArgs

Current Version: 9.5.0.72

Provides data for the OnNextTarFileEvent.

Properties

FileName
FileName As String (ReadOnly)

The name of the next file to be written to a TAR archive.

top
FileSize
FileSize As Int64 (ReadOnly)

The size of the next file to be written to a TAR archive.

top
IsDirectory
IsDirectory As Boolean (ReadOnly)

If True, then the next file to be written to the TAR archive is a directory entry.

top
Skip
Skip As Boolean

Set to True to skip this file from being written to the TAR archive.

top