Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 395 Bytes

getFile.md

File metadata and controls

11 lines (11 loc) · 395 Bytes

Get File

Notes

Retrieves the file at a given path. It can also open a document picker if there is no path provided and the picker parameter is set to true.

Syntax

getFile(picker: <#Boolean#>, path: <#String (Allows Variables)#>, error: <#Boolean#>, multiple: <#Boolean#>)

Example

getFile(picker: false, path: "JellycutsHelper/meta.json", error: false, multiple: false)