Skip to content

getParentFolderPath

This content is for v1.3.0. Switch to the latest version for up-to-date documentation.

getParentFolderPath(folderPath): string

Defined in: domain/bookmarks/current-directory.ts:197

Folder pathの親pathを取得します。

string

親pathを取得するfolder pathです。

string

親folder pathです。

const result = getParentFolderPath("/Work/Admin");
// "/Work"

Last updated: