「file_exists」を使って、ネットワーク上のファイルの有無を調べたいのですが、パス の書き方がいまいちわかりません。 誰か教えて! 例えば、PC「ServerA」のフォルダ「共有」のファイル「A」 $pass = "???"; if (file_exists("$pass")) { print "The file $pass exists"; } else { print "The file $pass dose not exist"; }