×

Create File Bookmark

iOS 14 +

Notes

Creates a new file bookmark. The bookmark can be used to access files in your scripts using FileManagers bookmarkedPath(name) function. Please beware that bookmarks must be created using this action in order to be used in scripts running in the Shortcuts app.

Syntax

createFileBookmark(name: <#String (Allows Variables)#>, location: <#Variable#>)

Example

createFileBookmark(name: "Awesome File", location: Clipboard)