path.join("/", "test1")
path.join("/path/to/file1", "/path/to/file2")
path.join("//host-name/share-name/path/to/file1", "/path/to/file2")
path.join("testing", "/testing", "~", "~/testing", "//host",
"//host/share", "//host/share/path/to/file", "not-an-abs-path")
path.join("/test1", "test2", "test3")
path.join("test1", "/test2", "test3", "//host/share/test4", "test5",
"/test6", "test7", "test8", "test9")
path.join("C:", "test1")
path.join("C:/", "test1")
path.join("C:/path/to/file1", "/path/to/file2")
path.join("//host-name/share-name/path/to/file1", "/path/to/file2")
path.join("C:testing", "C:/testing", "~", "~/testing", "//host",
"//host/share", "//host/share/path/to/file", "not-an-abs-path")
path.join("c:/test1", "c:test2", "C:test3")
path.join("test1", "c:/test2", "test3", "//host/share/test4", "test5",
"c:/test6", "test7", "c:test8", "test9")
Run the code above in your browser using DataLab