File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ export class Path
97
97
this . _isFile = this . _ext != "" ;
98
98
this . _exists = undefined ;
99
99
100
- if ( this . _isWindows )
101
- {
102
- this . _root = this . _root . replaceAll ( "/" , "\\" ) ;
103
- this . _dir = this . _dir . replaceAll ( "/" , "\\" ) ;
104
- this . _parent = this . _parent . replaceAll ( "/" , "\\" ) ;
105
- this . _fullPath = this . _fullPath . replaceAll ( "/" , "\\" ) ;
106
- }
100
+ // if (this._isWindows)
101
+ // {
102
+ // this._root = this._root.replaceAll("/", "\\");
103
+ // this._dir = this._dir.replaceAll("/", "\\");
104
+ // this._parent = this._parent.replaceAll("/", "\\");
105
+ // this._fullPath = this._fullPath.replaceAll("/", "\\");
106
+ // }
107
107
108
108
this . _exists ; // force a re-evaluation of the exists property which will also throw an error if the path does not exist
109
109
return this ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments