このページの見出しwithRootRelativePathwithRootRelativePath(path): string 引数pathの先頭にルートパスを表すを付与して、返却 Example // 返値: /path/to/testwithRootRelativePath('/path/to/test')// 返値: /path/to/testwithRootRelativePath('path/to/test') Parameters NameTypepathstring Returns string