word文档被链接后,在打包里不能再打开,为什么?
看看我写的:
property aaa,patha,ssss
on mouseup
patha = the moviepath &("net学习清单.doc")
set ssss = new (xtra "FileXtra4")
if ssss.fx_FileOpenDocument(patha) then
--打开文件
nothing
else
alert "你需要安装相应的打开程序"
end if
ssss = void
end
把相对路径改为绝对路径就好