spiegel-keyman/windows/docs/engine/api/IKeymanPackageContentFile/FullFilename.md
2024-10-31 10:17:54 +07:00

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
```