请问如何用PB清空一个txt文件内的全部内容?

时间:2022-07-14 07:11:52
请问如何用PB清空一个txt文件内的全部内容?

不要删除

谢谢了

5 个解决方案

#1


自己解决了
打开文本的时候以替换方式打开!

#2


重新賦值為空

#3


解决就结贴吧。

#4


给你顶贴:)

#5


integer li_FileNum

li_FileNum = FileOpen("C:\DEPT\EMPLOYEE.DAT", StreamMode!, Write!, LockWrite!,  Replace!)
====================================================
Append! (Default) Write data to the end of the file

Replace! Replace all existing data in the fileWritemode is ignored if the fileaccess argument is Read!


接分了

#1


自己解决了
打开文本的时候以替换方式打开!

#2


重新賦值為空

#3


解决就结贴吧。

#4


给你顶贴:)

#5


integer li_FileNum

li_FileNum = FileOpen("C:\DEPT\EMPLOYEE.DAT", StreamMode!, Write!, LockWrite!,  Replace!)
====================================================
Append! (Default) Write data to the end of the file

Replace! Replace all existing data in the fileWritemode is ignored if the fileaccess argument is Read!


接分了