ArchiveItem.Path Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Common.dll (version 7.0.9083)
Path
Gets the path of the file or directory. It can be relative or absolute path depending on the way of use. Inherited from FileSystemItem.
Declaration
public abstract string Path { get; }
Property Value
Type | Description |
---|---|
String | The path of the file or directory. |
Remarks
It contains a full path if returned by the GetItems method or a file/directory name only if returned by the GetList method.