×

Save File

iOS 14 +

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: ShortcutInput, ask: false, path: "JellycutsHelper/.txt", overwrite: true)