XarDirectoryEntry
Contents
[
Hide
]XarDirectoryEntry class
Represents directory entry within xar archive.
The XarDirectoryEntry type exposes the following members:
Properties
| Name | Description |
|---|---|
| name | Gets name of the entry within the archive. |
| full_path | Gets a full path of the entry within the archive. |
| is_directory | Gets a value indicating whether the entry represents a directory. |
| parent | Gets the parent directory the entry belongs to. |
| creation_time | Gets the creation time of the file or directory. |
| last_access_time | Gets the last access time of the file or directory. |
| last_write_time | Gets the modification time of the file or directory. |
| modification_time | Gets the modification time of the file or directory. |
| files_and_directories | Gets entries of XarEntry type constituting the directory. |
| directories | Gets entries of XarDirectoryEntry type constituting the directory. |
| files | Gets entries of XarFileEntry type constituting the directory. |
| all_entries | Gets all entries of XarEntry type constituting the directory recursively. |
Methods
| Name | Description |
|---|---|
| extract_to_directory(destination_directory) | Extracts all the files in the current directory to the directory provided. |
See Also
- namespace aspose.zip.xar
- assembly Aspose.Zip