Closed dvidsilva closed 7 years ago
The correct way to build paths in Node that is portable is with path.resolve or path.normalize, when reading or writing files, use the best function for that and avoid bugs in windows.
path.resolve
path.normalize
The correct way to build paths in Node that is portable is with
path.resolve
orpath.normalize
, when reading or writing files, use the best function for that and avoid bugs in windows.