doesFolderPathExist
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
doesFolderPathExist(
bookmarkTree,folderPath):boolean
Defined in: domain/bookmarks/bookmark-directory.ts:167
Bookmark Tree内にfolder pathが存在するかを判定します。
Parameters
Section titled “Parameters”bookmarkTree
Section titled “bookmarkTree”判定対象のBookmark Treeです。
folderPath
Section titled “folderPath”string
判定するfolder pathです。
Returns
Section titled “Returns”boolean
folder pathが存在すればtrueです。
Example
Section titled “Example”const result = doesFolderPathExist(bookmarkTree, "/Work/Admin");