[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_GETRIGHTS()
 Get effective rights to a Netware directory
------------------------------------------------------------------------------
 Syntax
 
      fn_GetRights( <cDirectory> ) -> <cRights>
 
 Arguments

     <cDirectory> corresponds to a directory path, including drive letter

 Returns

     <cRights> returns a string of rights (RWOCDPSM).

 Description

     This call returns the current rights for a directory.
     R - Read
     W - Write
     O - Open
     C - Create
     D - Delete
     P - Parental
     S - Scan
     M - Modify

 Examples
       function main( cDirectory )

          local cRights

          cRights := fn_GetRights( cDirectory )

       return(NIL)


 Source: N:\SRC\FSYS\GETRIGHT.PRG

 Author: Michael A. Cohen

See Also: FN_Rights()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson