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>disk() - restrict access to floppy disks</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     disk() - restrict access to floppy disks
  Usage:    [<logical>] = disk([<status>])
  Params:   logical <status> - .T. allows access, .F. restricts access
  Returns:  logical <status>, when .T., floppy disks can be accessed.
            When .F., floppy disk can not be accessed.

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

                 * prevent anyone from copying files to the floppy
                 disk(.F.)
                 ? "current disk status:"
                 ?? disk()

                 * allow floppy access
                 disk(.T.)

  Note:     If you turn floppy disk access off and then exit your
            application, no one will be able to access any files
            on the floppy disks.


See Also: key()

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