user121196
user121196

Reputation: 31020

map windows file system to unix style

On my dev box I have windows and the prod box is linux, one of the configuration file path points to c:\xxx\test.conf and /home/xxx/test.conf respectively.
would it be possible to map c:\xxx to a unix style file path /home/xxx on windows
in other words, emulate unix style file system on windows

Upvotes: 1

Views: 1013

Answers (1)

vissi
vissi

Reputation: 2334

You can use cygwin, it performs such path mapping inside it.

Upvotes: 2

Related Questions