(path)
| 67 | } |
| 68 | |
| 69 | function posixPath(path) |
| 70 | { |
| 71 | path = path.split(p.sep).join(p.posix.sep); |
| 72 | return path.replace(/^(?:\.[\/\\]+)?([a-z0-9]+)\:[\/\\]{1,2}/, '$1://'); |
| 73 | } |
| 74 | |
| 75 | function fixPath(path) |
| 76 | { |
no outgoing calls
no test coverage detected