관리-도구
편집 파일: unix-format-path.js
'use strict' module.exports = function (path) { return path.replace(/\\/g, '/') }