Function: toHost()
toHost(
posixPath,separator?):string
Convert a POSIX path to a host separator style.
Parameters
Section titled “Parameters”posixPath
Section titled “posixPath”string
separator?
Section titled “separator?”string = "/"
Host separator (path.sep in Node). Defaults to /
(no-op), which keeps shared code free of process.
Returns
Section titled “Returns”string