1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00
QB64-PE/internal/help/RESET_11111.txt
Roland Heyder aeb9c0668b Updates help files for use with new Wiki parser (2nd try)
Note: Many files were removed (not yet existing/empty pages). The parser will try to download them on demand and will auto-generate text for missing pages (eg. most _gl pages).
2022-05-21 00:18:31 +02:00

21 lines
587 B
Plaintext

{{QBDLDATE:05-20-2022}}
{{QBDLTIME:23:16:06}}
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}}