Name | Description | |
---|---|---|
TarArchive Constructor | Overloaded. |
The following tables list the members exposed by TarArchive.
Name | Description | |
---|---|---|
TarArchive Constructor | Overloaded. |
Name | Description | |
---|---|---|
m_isRoot | Identifies if this folder is a root folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
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 TarredFolder) | |
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 TarredFolder) | |
FullName | Gets the full name of the item. (Inherited from TarredFolder) | |
GroupID | Gets or sets the group ID. (Inherited from TarredFolder) | |
GroupName | Gets or sets the group name. (Inherited from TarredFolder) | |
HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from TarredFolder) | |
HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from TarredFolder) | |
HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from TarredFolder) | |
HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from TarredFolder) | |
HeaderType | Gets the type of header. (Inherited from 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 TarredFolder) | |
HostFile | Gets the actual TAR archive file containing this folder entry. (Inherited from TarredFolder) | |
IgnoreEndingHeaders | Indicates whether ending headers should be ignored. | |
IsRoot | Gets a value indicating if the folder is a root folder. (Inherited from TarredFolder) | |
LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from TarredFolder) | |
LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from TarredFolder) | |
Name | Gets or sets the filename, without path, of the item. (Inherited from TarredFolder) | |
ParentFolder | Gets a reference to the parent folder of this item. (Inherited from TarredFolder) | |
PendingActionCount | Gets a value indicating the number of pending actions on the archive. | |
Permissions | Gets or sets the permissions of the item. (Inherited from TarredFolder) | |
RootFolder | Gets a reference to the root folder of this item. (Inherited from TarredFolder) | |
TempFolder | Gets or sets the folder where the temporary tar file will be created. | |
UserID | Gets or sets the user ID. (Inherited from TarredFolder) | |
UserName | Gets or sets the user name. (Inherited from 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 TarredFolder) | |
CopyItemsTo | Overloaded. Copies the folder's items (files and empty folders) to another folder. (Inherited from TarredFolder) | |
CopyTo | Overloaded. Copies the item to another folder. (Inherited from TarredFolder) | |
Create | Overloaded. Creates the physical item represented by this Xceed.FileSystem.FileSystemItem object. (Inherited from TarredFolder) | |
CreateFile | Overloaded. Creates a new file in the folder. (Inherited from TarredFolder) | |
CreateFolder | Overloaded. Creates a new folder in the folder. (Inherited from TarredFolder) | |
CreateObjRef | (Inherited from TarredFolder) | |
CreateTempFile | Creates the temporary file. (Inherited from TarredFolder) | |
Delete | Overloaded. Permanently deletes the physical item. (Inherited from TarredFolder) | |
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 TarredFolder) | |
GetFiles | Overloaded. Returns a filtered list of files contained in the folder. (Inherited from TarredFolder) | |
GetFolder | Overloaded. Returns an Xceed.FileSystem.AbstractFolder object that represents a folder contained in the folder. (Inherited from TarredFolder) | |
GetFolders | Overloaded. Returns a filtered list of folders contained in the folder. (Inherited from TarredFolder) | |
GetItems | Overloaded. Returns a list of items contained in the folder. (Inherited from TarredFolder) | |
GetLifetimeService | (Inherited from TarredFolder) | |
GetMetadata | (Inherited from TarredFolder) | |
InitializeLifetimeService | (Inherited from TarredFolder) | |
IsSameAs | Gets a boolean value indicating if the source and target items represent the same physical entity. (Inherited from TarredFolder) | |
MoveFilesTo | Overloaded. Moves the folder's content to another folder. (Inherited from TarredFolder) | |
MoveItemsTo | Overloaded. Moves the folder's items (files and empty folders) to another folder. (Inherited from TarredFolder) | |
MoveTo | Overloaded. Moves the item to another folder. (Inherited from TarredFolder) | |
Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from TarredFolder) | |
SetName | (Inherited from TarredFolder) | |
ToString | Returns the full name of the item. (Inherited from TarredFolder) |