File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -270,9 +270,6 @@ path.isAbsolute('bar/baz') // false
270
270
path .isAbsolute (' .' ) // false
271
271
```
272
272
273
- * Note* : On Windows, the ` path.isAbsolute() ` method will accept both forward
274
- slash (` / ` ) and backwards slash (` \ ` ) characters as path delimiters.
275
-
276
273
A [ ` TypeError ` ] [ ] is thrown if ` path ` is not a string.
277
274
278
275
## path.join([ path[ , ...]] )
@@ -515,6 +512,10 @@ added: v0.11.15
515
512
The ` path.win32 ` property provides access to Windows-specific implementations
516
513
of the ` path ` methods.
517
514
515
+ * Note* : On Windows, both the forward slash (` / ` ) and backward slash (` \ ` )
516
+ characters are accepted as path delimiters; however, only the backward slash
517
+ (` \ ` ) will be used in return values.
518
+
518
519
[ `path.posix` ] : #path_path_posix
519
520
[ `path.win32` ] : #path_path_win32
520
521
[ `path.parse()` ] : #path_path_parse_path
You can’t perform that action at this time.
0 commit comments