ColdFusion 8 を使用しています。
Windows のネットワーク パスにファイルを書き込もうとしています。
// THIS WORKS
CatalogDirectory = getDirectoryFromPath("E:\INETPUB\WWWROOT\AVCATALOGS\AVCAT\");
// THIS DOES NOT WORK
CatalogDirectory = getDirectoryFromPath("\\ourserver\e$\InetPub\wwwroot\AVCATALOGS\");
あなたができないことに関する適切なドキュメントが見つかりません。
// TOO VAGUE
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_e-g_36.html
ネットワークドライブ上のあるサーバーから別のサーバーにファイルを書き込みコピーする方法はありますか?