×

Prepend File

iOS 14 +

Notes

Prepends contents to the file.

Syntax

prependFile(input: <#String (Allows Variables)#>, path: <#String (Allows Variables)#>, newLine: <#Boolean#>)

Example

prependFile(input: "This is a new line ", path: "JellycutsHelper/Text.txt", newLine: true)