Class XarDirectoryEntry
Contents
[
Hide
]XarDirectoryEntry class
Represents directory entry within xar archive.
public sealed class XarDirectoryEntry : XarEntry
Properties
| Name | Description |
|---|---|
| AllEntries { get; } | Gets all entries of XarEntry type constituting the directory recursively. |
| CreationTime { get; } | Gets the creation time of the file or directory. |
| Directories { get; } | Gets entries of XarDirectoryEntry type constituting the directory. |
| Files { get; } | Gets entries of XarFileEntry type constituting the directory. |
| FilesAndDirectories { get; } | Gets entries of XarEntry type constituting the directory. |
| FullPath { get; } | Gets a full path of the entry within the archive. |
| IsDirectory { get; } | Gets a value indicating whether the entry represents a directory. |
| LastAccessTime { get; } | Gets the last access time of the file or directory. |
| ModificationTime { get; } | Gets the modification time of the file or directory. |
| Name { get; } | Gets name of the entry within the archive. |
| Parent { get; } | Gets the parent directory the entry belongs to. |
Methods
| Name | Description |
|---|---|
| ExtractToDirectory(string) | Extracts all the files in the current directory to the directory provided. |
| override ToString() |
See Also
- class XarEntry
- namespace Aspose.Zip.Xar
- assembly Aspose.Zip