getFolderName
getFolderName(
folderPath):string
Defined in: application/bookmarks/bookmark-organization-use-case-helpers.ts:153
Folder pathから最後のsegmentを取得。
Parameters
Section titled “Parameters”folderPath
Section titled “folderPath”string
folder path。
Returns
Section titled “Returns”string
最後のpath segment。
Example
Section titled “Example”const result = getFolderName(folderPath);