Saves a file to a certain path. Can also show a save prompt if ask is true.
saveFile(input: <#Variable#>, ask: <#Boolean#>, path: <#String (Allows Variables)#>, overwrite: <#Boolean#>)
saveFile(input: Shortcut Input, ask: false, path: "JellycutsHelper/${Shortcut Input}.txt", overwrite: true)