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.
SunOS サーバーにインストールされた Java プログラムから Windows マシンの IP アドレスにアクセスするにはどうすればよいですか?
\xx.xx.xx\フォルダ\
File ficheroDirCompNav = new File(\\xx.xx.xx\folder,name+".pdf");
ログインサーバーはPath /\xx.xx.xx\name/XXX.pdfを示しています
記号 / を削除して \ に置き換えるにはどうすればよいですか?
ありがとう!!