joinFolderPath
This content is for v1.2.0. Switch to the latest version for up-to-date documentation.
joinFolderPath(
parentFolderPath,folderTitle):string
Defined in: domain/bookmarks/folder-path.ts:61
親folder pathへfolder titleを追加します。
Parameters
Section titled “Parameters”parentFolderPath
Section titled “parentFolderPath”string
親folder pathです。
folderTitle
Section titled “folderTitle”string
追加するfolder titleです。
Returns
Section titled “Returns”string
追加後のfolder pathです。
Example
Section titled “Example”const result = joinFolderPath("/Work", "Admin");// "/Work/Admin"