Preparing search index...
The search index is not available
Akashic Engine
Akashic Engine
PathUtil
resolvePath
Function resolvePath
resolve
Path
(
base
,
path
)
:
string
二つのパス文字列をつなぎ、相対パス表現 (".", "..") を解決して返す。
Parameters
base
:
string
左辺パス文字列 (先頭の "./" を除き、".", ".." を含んではならない)
path
:
string
右辺パス文字列
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Akashic Engine
Loading...
二つのパス文字列をつなぎ、相対パス表現 (".", "..") を解決して返す。