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.
topFileSize
FileSize As Int64 (ReadOnly)
The size of the next file to be written to a TAR archive.
topIsDirectory
IsDirectory As Boolean (ReadOnly)
If True, then the next file to be written to the TAR archive is a directory entry.
topSkip
Skip As Boolean
Set to True to skip this file from being written to the TAR archive.
top