mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
18 lines
485 B
Markdown
18 lines
485 B
Markdown
---
|
|
title: IKeymanPackage::Filename Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::Filename` property returns the fully qualified
|
|
filename of the package .kmp file, if the parent interface is
|
|
[`IKeymanPackageFile`](../IKeymanPackageFile), otherwise (interface is
|
|
[`IKeymanPackageInstalled`](../IKeymanPackageInstalled)), it returns the
|
|
fully qualified filename of the package kmp.inf file within the Keyman
|
|
package store.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Filename
|
|
```
|