normalizeFolderPathInput
This content is for v1.2.1. Switch to the latest version for up-to-date documentation.
normalizeFolderPathInput(
input):string
Defined in: domain/bookmarks/folder-path.ts:38
Folder path入力を絶対pathへ正規化します。
Parameters
Section titled “Parameters”string
ユーザー入力または内部生成されたfolder pathです。
Returns
Section titled “Returns”string
絶対folder pathです。
Example
Section titled “Example”const result = normalizeFolderPathInput("Work/Admin");// "/Work/Admin"