Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cygwin perlを実行しているときに、cygwinパスからDOS絶対パスを取得する方法はありますか?理想的には、cygwinシンボリックリンクも解決します。
例えば:
'/cygdrive/c/foo' -> 'C://foo'
シェルから:
cygpath -wa /cygdrive/c/foo
perlから:
system("cygpath", "-wa", "/cygdrive/c/foo")
私はこれをシンボリックリンクでテストしていません。