getParentFolderPath
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
getParentFolderPath(
folderPath):string
Defined in: domain/bookmarks/current-directory.ts:197
Folder pathの親pathを取得します。
Parameters
Section titled “Parameters”folderPath
Section titled “folderPath”string
親pathを取得するfolder pathです。
Returns
Section titled “Returns”string
親folder pathです。
Example
Section titled “Example”const result = getParentFolderPath("/Work/Admin");// "/Work"