Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 350 Bytes

saveFile.md

File metadata and controls

11 lines (11 loc) · 350 Bytes

Save File

Notes

Saves a file to a certain path. Can also show a save prompt if ask is true.

Syntax

saveFile(input: <#Variable#>, ask: <#Boolean#>, path: <#String (Allows Variables)#>, overwrite: <#Boolean#>)

Example

saveFile(input: Shortcut Input, ask: false, path: "JellycutsHelper/${Shortcut Input}.txt", overwrite: true)