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>isfloppy() - check if disk is a floppy disk</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     isfloppy() - check if disk is a floppy disk
  Usage:    <logical> = isfloppy(<disk>)
  Params:   string <drive> - drive letter to check, optional - If
            none, then the currently logged drive is used
  Returns:  logical .T. if disk is a floppy, .F. if not or error

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

                 if isfloppy("D:")
                      @ 0,0 say "Not permitted to copy to floppies"
                 else
                      fcopy("client.dbf","D:client.dbf")
                 endif


See Also: isfixed() mediatype() isdrive() isdisk()

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