

'DeclarationPublic Class TarArchive Inherits TarredFolder Implements Xceed.FileSystem.IBatchUpdateable
'UsageDim instance As TarArchive
public class TarArchive : TarredFolder, Xceed.FileSystem.IBatchUpdateable
System.Object
System.MarshalByRefObject
Xceed.FileSystem.FileSystemItem
Xceed.FileSystem.AbstractFolder
Xceed.Tar.TarredFolder
Xceed.Tar.TarArchive
| Name | Description | |
|---|---|---|
![]() | TarArchive Constructor | Overloaded. Specialization of the TarredFolder class that represents the root folder in a tar file, i.e., the tar file itself. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets or sets the attributes of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CreationDateTime | Gets or sets the creation date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() ![]() | DefaultTempFolder | Gets or sets the folder that will be used, by default, as the temporary folder. |
![]() | Exists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | FullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | GroupID | Gets or sets the group ID. (Inherited from Xceed.Tar.TarredFolder) |
![]() | GroupName | Gets or sets the group name. (Inherited from Xceed.Tar.TarredFolder) |
![]() | HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HeaderType | Gets the type of header. (Inherited from Xceed.Tar.TarredFolder) |
![]() | HostedFullName | Gets a human-readable full pathname representing the fully qualified path of all host files containing the item and the path of the item itself. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HostFile | Gets the actual TAR archive file containing this folder entry. (Inherited from Xceed.Tar.TarredFolder) |
![]() ![]() | IgnoreEndingHeaders | Indicates whether ending headers should be ignored. |
![]() | IsRoot | Gets a value indicating if the folder is a root folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Name | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | PendingActionCount | Gets a value indicating the number of pending actions on the archive. |
![]() | Permissions | Gets or sets the permissions of the item. (Inherited from Xceed.Tar.TarredFolder) |
![]() | RootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | TempFolder | Gets or sets the folder where the temporary tar file will be created. |
![]() | UserID | Gets or sets the user ID. (Inherited from Xceed.Tar.TarredFolder) |
![]() | UserName | Gets or sets the user name. (Inherited from Xceed.Tar.TarredFolder) |
| Name | Description | |
|---|---|---|
![]() | ApplyPropertiesTo | Overloaded. Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | BeginUpdate | Overloaded. Prevents a TarArchive object from modifying its underlying physical store until the EndUpdate method is called. |
![]() ![]() | ClearCachedTarHandlers | Clears the cached internal data structures associated with each TarArchive that has been accessed by the component. |
![]() | CopyFilesTo | Overloaded. Copies the folder's content to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | CopyItemsTo | Overloaded. Copies the folder's items (files and empty folders) to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | CopyTo | Overloaded. Copies the item to another folder. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Create | Overloaded. Creates the physical item represented by this Xceed.FileSystem.FileSystemItem object. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CreateFile | Overloaded. Creates a new file in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | CreateFolder | Overloaded. Creates a new folder in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | CreateTempFile | Creates the temporary file. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | Delete | Overloaded. Permanently deletes the physical item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | EndUpdate | Overloaded. Informs a TarArchive object to apply to its underlying physical store all the modifications that have been made since the call to BeginUpdate |
![]() | GetFile | Overloaded. Returns an Xceed.FileSystem.AbstractFile object that represents a file contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | GetFiles | Overloaded. Returns a filtered list of files contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | GetFolder | Overloaded. Returns an Xceed.FileSystem.AbstractFolder object that represents a folder contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | GetFolders | Overloaded. Returns a filtered list of folders contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | GetItems | Overloaded. Returns a list of items contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetMetadata | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | IsSameAs | Gets a boolean value indicating if the source and target items represent the same physical entity. (Inherited from Xceed.Tar.TarredFolder) |
![]() | MarkForCancellation | |
![]() | MoveFilesTo | Overloaded. Moves the folder's content to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | MoveItemsTo | Overloaded. Moves the folder's items (files and empty folders) to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | MoveTo | Overloaded. Moves the item to another folder. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | SetName | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ToString | Returns the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
| Name | Description | |
|---|---|---|
![]() | Should | Overloaded. A FileSystemItem extension method that implements the FluentAssertions Should() concept for the given instance. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Standard: netstandard2.0, netstandard2.1
.NET Framework: net20, net35, net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.