Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>delvolume() - delete a disks volume label</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     delvolume() - delete a disks volume label
  Usage:    <logical> = delvolume([<drive>])
  Params:   string <drive> - drive letter to use, optional. If
            left off, then the current logged drive is used
  Returns:  logical .T. if successful, .F. if error or no volume found

 ---------------------------------- Example ---------------------------------

                 delvolume("A:")
                 setvolume("BACKUP1","A:")
                 ? "Insert Backup Disk #2 in Drive A:"
                 waitkey(0)

                 if (getvolume("A:") = "BACKUP1")
                      ? "Please Change Disks in Drive A:"
                 endif

  Note:     You MUST delete the volume BEFORE you can set the
            volume. setvolume() will always fail if a volume name
            already exists. setvolume() only works under DOS 3.00
            and higher.


See Also: setvolume() getvolume()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson