1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/RESET.md
2022-12-24 19:12:43 -06:00

517 B

The RESET statement closes all files and writes the directory information to a diskette before it is removed from a disk drive.

Syntax

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