Name | Description | |
---|---|---|
GZippedFolder Constructor | Overloaded. |
The following tables list the members exposed by GZippedFolder.
Name | Description | |
---|---|---|
GZippedFolder 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 Xceed.FileSystem.AbstractFolder) | |
Exists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.AbstractFolder) | |
FullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.AbstractFolder) | |
HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from Xceed.FileSystem.AbstractFolder) | |
HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.AbstractFolder) | |
HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.AbstractFolder) | |
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.AbstractFolder) | |
HostFile | Overridden. Gets the actual GZip archive file this GZippedFolder exposes files from. | |
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.AbstractFolder) | |
LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
Name | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
ParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
RootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.AbstractFolder) |
Name | Description | |
---|---|---|
BatchUpdateable | Gets the Xceed.FileSystem.IBatchUpdateable implementation for this item, or null (Nothing in Visual Basic) if this item does not support this interface. (Inherited from Xceed.FileSystem.FileSystemItem) | |
DoAttributes | Overridden. Actual implementation of Attributes. | |
DoCreationDateTime | Overridden. Actual implementation of CreationDateTime. | |
DoExists | Overridden. Actual implementation of Xceed.FileSystem.FileSystemItem.Exists. | |
DoFullName | Overridden. Actual implementation of Xceed.FileSystem.FileSystemItem.FullName. | |
DoHasAttributes | Overridden. Actual implementation of HasAttributes. | |
DoHasCreationDateTime | Overridden. Actual implementation of HasCreationDateTime. | |
DoHasLastAccessDateTime | Overridden. Actual implementation of HasLastAccessDateTime. | |
DoHasLastWriteDateTime | Overridden. Actual implementation of HasLastWriteDateTime. | |
DoIsRoot | Overridden. Actual implementation of Xceed.FileSystem.AbstractFolder.IsRoot. | |
DoLastAccessDateTime | Overridden. Actual implementation of LastAccessDateTime. | |
DoLastWriteDateTime | Overridden. Actual implementation of LastWriteDateTime. | |
DoName | Overridden. Actual implementation of Xceed.FileSystem.FileSystemItem.Name. | |
DoParentFolder | Overridden. Actual implementation of Xceed.FileSystem.FileSystemItem.ParentFolder. | |
DoRootFolder | Overridden. Actual implementation of RootFolder. | |
InvalidChars | Gets the characters that are invalid in file and folder names. (Inherited from Xceed.FileSystem.AbstractFolder) |
Name | Description | |
---|---|---|
ApplyPropertiesTo | Overloaded. Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem) | |
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.AbstractFolder) | |
Create | Overloaded. Creates the physical item represented by this Xceed.FileSystem.FileSystemItem object. (Inherited from Xceed.FileSystem.AbstractFolder) | |
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 Xceed.FileSystem.AbstractFolder) | |
CreateTempFile | Creates the temporary file. (Inherited from Xceed.FileSystem.AbstractFolder) | |
Delete | Overloaded. Permanently deletes the physical item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
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 Xceed.FileSystem.AbstractFolder) | |
GetMetadata | (Inherited from Xceed.FileSystem.AbstractFolder) | |
InitializeLifetimeService | (Inherited from Xceed.FileSystem.AbstractFolder) | |
IsSameAs | Overridden. Gets a boolean value indicating if the source and target items represent the same physical entity. | |
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.AbstractFolder) | |
Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
SetName | (Inherited from Xceed.FileSystem.AbstractFolder) | |
ToString | Returns the full name of the item. (Inherited from Xceed.FileSystem.AbstractFolder) |