2006/02/25 | ∷∷∷∷[少主笔记]用open打开文件夹及文件∷∷∷∷(转)
类别(多媒体世界) | 评论(0) | 阅读(122) | 发表于 14:21
∷∷∷∷[少主笔记]用open打开文件夹及文件∷∷∷∷
-------------------+-閑闪互动多媒体-+-------------------
发贴心情

打开一同一目录下文件夹"soshow"
open "explorer" && the moviepath &"soshow\"

打开一同一目录下文件"soshow.rar"
_player.open(the moviepath &"soshow.rar","explorer")

打开绝对地址下文件"soshow.rar"

open "explorer f:\soshow.org\soshow.rar"

gotoNetPage "file:///f:/soshow.org/soshow.rar"

打开网页文件
open the moviepath&"soshow.org\index.htm" with "C:\Program Files\Internet Explorer\IEXPLORE.EXE"

打开记事本文件
open wirte.exe c:\myfile.txt
open("write.exe c:\myfile.txt")

.为当前目录
..为上级目录
the moviepath & "..\"就是上级目录
the moviepath & "..\movie"就是同级不同目录的电影目录

也可以用BUDDY API xtra实现打开及存盘功能,参考以下链接
0

评论Comments

日志分类
首页[86]
旅途[40]
多媒体世界[34]
天下[11]
我的世界观[1]