iOS Scriptable

Access file in Scriptable's iCloud Folder

let fm = FileManager.iCloud()
let dir = fm.documentsDirectory()
let fileName = "html/fun/index.html"
let path = fm.joinPath(dir, fileName)

From https://talk.automators.fm/t/load-txt-file-from-icloud/1929/3

Last updated

Was this helpful?