Skip to content

joinFolderPath

This content is for v1.3.1. 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を追加します。

string

親folder pathです。

string

追加するfolder titleです。

string

追加後のfolder pathです。

const result = joinFolderPath("/Work", "Admin");
// "/Work/Admin"

Last updated: