mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
311 B
Markdown
15 lines
311 B
Markdown
---
|
|
title: IKeymanPackage::Files Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::Files` property returns an
|
|
[`IKeymanPackageContentFiles`](../IKeymanPackageContentFiles) reference
|
|
which lists the files included within the package.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanPackageContentFiles* Files
|
|
```
|