Open "d:\temp\outf.txt" For Output As #1

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/28 14:00:29

Open "d:\temp\outf.txt" For Output As #1

打开文件outf.txt用于输出内容,如果outf.txt不存在则先创建后打开,存在则覆盖.
最基本的读写操作