mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
408 B
Markdown
16 lines
408 B
Markdown
---
|
|
title: IKeymanPackageContentFile::FullFilename Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageContentFile::FullFilename` property returns the
|
|
filename of the file including the path. This may be in a temporary
|
|
folder or in the Keyman package store. The file should not be modified
|
|
or deleted; when reading the file, use sharing semantics.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string FullFilename
|
|
```
|