mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
234 B
Markdown
14 lines
234 B
Markdown
---
|
|
title: IKeymanPackageContentFile::Filename Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageContentFile::Filename` property returns the filename
|
|
of the file without path.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Filename
|
|
```
|