目前,我正在尝试使用以下代码创建一个文件夹:
<cfdirectory action="create" directory="\\192.168.1.152\abc(that's my shared folder)\xyz" type="dir">请给我任何配置win服务器2008或ColdFusion 9服务器。
发布于 2012-12-20 21:12:31
我会尝试访问挂载(http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/mountvol.mspx?mfr=true)或使用符号链接(mklink),并将其作为普通文件夹访问。
https://stackoverflow.com/questions/12351412
复制相似问题