7个回答
展开全部
IO.File.ReadAllBytes("c:/123.txt")
IO.File.ReadAllLines("c:/123.txt")
IO.File.ReadAllText("c:/123.txt")
if IO.File.Exists("c:/123.txt") then
else msgbox("文件不存在")
end if
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
if dir “c:/123.txt”="" then'判断有没有
msgbox""vbokonly,""
exit sub
end if
open“c:/123.txt”for (读取时input,创建output) as #1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
close 1
msgbox""vbokonly,""
exit sub
end if
open“c:/123.txt”for (读取时input,创建output) as #1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
close 1
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询