get_filename
The get_filename
function returns the path of the file associated with a document.
Syntax
get_filename( doc )
Arguments
Argument | Description |
---|---|
doc
|
(LuaDocument) The function returns the path of the file associated with this document. |
Returns
String. Returns the path and file name of the file associated with the document, or an empty string if there is no file associated with the document.
Example
local filename = get_filename(document);