---
title: IKeymanPackageContentFile Interface
---
## Introduction
The `IKeymanPackageContentFile` interface describes a file within a
package.
## Interface Hierarchy
`IDispatch`
> [`IKeymanObject`](../IKeymanObject)
>
> > **`IKeymanPackageContentFile`**
## Properties
[`Description`](Description) read only
: An optional description of the file from the package metadata.
[`Filename`](Filename) read only
: The filename of the file, without path.
[`FullFilename`](FullFilename) read only
: The filename of the file, including path. This may point to a
temporary path.
[`Stream`](Stream) read only
: Returns an `IStream` reference to the file content.