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>fprotect() - change files attributes to read only</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     fprotect() - change files attributes to read only
  Usage:    <logical> = fprotect(<filename>)
  Params:   string <filename> - file name to hide
  Returns:  logical .T. if file protected successfully, .F. if error

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

                 funprotect("employee.dbf")
                 use employee
                 locate for empname = mempname
                 do something
                 close databases
                 fprotect("employee.dbf")


See Also: funhide() funprotect() fhide() ferror()

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