1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/internal/help/RESET.txt

19 lines
542 B
Plaintext
Raw Normal View History

The '''RESET''' statement closes all files and writes the directory information to a diskette before it is removed from a disk drive.
{{PageSyntax}}
:: RESET
* Always execute a RESET command before removing a diskette from a disk drive. Otherwise, when the diskette is used again, it will not have the current directory information written on the directory track.
* RESET closes all open files on all drives and writes the directory track to every diskette with open files.
''See also:''
* [[OPEN]]
* [[CLOSE]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}
<