Lua:saveOpenedFile
Revision as of 18:32, 4 February 2022 by LeFiXER (talk | contribs) (Created page with "Category:Lua '''function''' saveOpenedFile(''fileName OPTIONAL'') Saves the changes of the currently opened file, set filename if you want a different file. ===Function...")
function saveOpenedFile(fileName OPTIONAL)
Saves the changes of the currently opened file, set filename if you want a different file.
Function Parameters
Parameter | Type | Description |
---|---|---|
fileName | string | The name of the file you want to save as |