#12002/11/10 4:10:49
使用Filedlgs.u32可以打开某一个指定的文件夹,但是我想在同一个程序里边多次调用这个函数,分别打开不同的文件夹,如何让它复位,或者实现每次打开的是不同的默认路径那?
谢谢各位了!
-----------------------------------------------------------
以下仅供参考:
path1:=OpenFileDlg("请在图片库选择图片","","图片一文件夹","txt","jpg 格式图片|*.jpg|")
n:=CharCount(path1)
repeat with k:=0 to n-1
if SubStr(path1,n-k,n-k)="\\" then
exit repeat
end if
end repeat
ml:=SubStr(path1,1,n-k)
wj:=SubStr(path1,n-k+1,n)
sf:=Catalog(ml,"f")
sfc:=path1