resolveFolderPath
This content is for v1.2.1. Switch to the latest version for up-to-date documentation.
resolveFolderPath(
currentDirectory,pathInput):string
Defined in: domain/bookmarks/current-directory.ts:175
現在ディレクトリから入力pathを絶対folder pathへ解決します。
Parameters
Section titled “Parameters”currentDirectory
Section titled “currentDirectory”string
現在ディレクトリです。
pathInput
Section titled “pathInput”string
入力pathです。
Returns
Section titled “Returns”string
解決済みfolder pathです。
Example
Section titled “Example”const result = resolveFolderPath("/Work", "../Finance");// "/Finance"