∷∷∷∷[少主笔记]用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实现打开及存盘功能,参考以下链接
-------------------+-閑闪互动多媒体-+-------------------
发贴心情
打开一同一目录下文件夹"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实现打开及存盘功能,参考以下链接
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}