1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/help/RESET_11111.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

20 lines
586 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:44:32}}
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]]
{{PageNavigation}}