Name | Description | |
---|---|---|
Attributes | Gets or sets the attributes of the item. (Inherited from Xceed.FileSystem.FileSystemItem) | |
Comment | Gets or sets the file's comment. | |
CompressedSize | Gets the file's compressed size in bytes. | |
CompressionLevel | Gets the CompressionLevel level that was used to compress the file. | |
CompressionMethod | Gets the CompressionMethod that was used to compress the file. | |
Crc32 | Gets the file's uncompressed data CRC checksum. | |
CreationDateTime | Gets or sets the creation date and time of the item. (Inherited from Xceed.FileSystem.AbstractFile) | |
DecryptionPassword | ||
DiskNumber | Gets a value indicating on which disk or in which split zip file part the file is located. | |
Encrypted | Gets a boolean value indicating if the file has been encrypted. | |
EncryptionMethod | Gets a value indicating how this file has been encrypted. | |
EncryptionPassword | ||
EncryptionStrength | Get a value representing the encryption strength of this file in bits, if encrypted using the WinZipAes encryption method. | |
Exists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.AbstractFile) | |
ExtraHeaders | Gets or sets the file's extra headers. | |
FullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.AbstractFile) | |
HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.AbstractFile) | |
HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from Xceed.FileSystem.AbstractFile) | |
HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.AbstractFile) | |
HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.AbstractFile) | |
HeaderSize | Gets a value indicating the size in bytes of the local header that immediately precedes the compressed data. | |
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.AbstractFile) | |
HostFile | Overridden. Gets the zip archive file containing this zipped file entry. | |
LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from Xceed.FileSystem.AbstractFile) | |
LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.AbstractFile) | |
Name | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.AbstractFile) | |
ParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.AbstractFile) | |
RelativeOffset | Gets a value representing the byte offset from the start of the first disk on which this zipped file appears, to where the local header that immediately precedes the compressed data is located. | |
RootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.AbstractFile) | |
Size | Gets the size of the file in bytes. (Inherited from Xceed.FileSystem.AbstractFile) | |
TextEncoding | Gets the default text encoding that will be applied to files that are added to the zip file. | |
UnicodeUsagePolicy | Gets the default Unicode usage policy that will be applied to files that are added to the zip file. |