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)