documentFilename | ||||||||||
Type | property | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Associations | stack | |||||||||
Summary | Specifies the file path to the file that the stack represents. | |||||||||
Introduced | 8.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Description | Use the documentFilename property to associate a stack being presented to the user with a document on disk. On mac setting the documentFilename property will set the represented filename of the window. The window will show an icon for the file next to the window title. On other platforms there is no visual representation of the association between the stack and the document filename but the property may still be used to manage the association.
| |||||||||
Tags | windowing |