Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetdelfak()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETDELFAK()
 Deletes the fake root mapping for a drive
------------------------------------------------------------------------------
 Syntax

     NNETDELFAK([<cDrive>]) --> NIL

     Netware: 2.2 and 3.11

 Argument

     <cDrive>  Designates a drive (A to .Z) or a search drive that has
     been mapped to a network directory as a fake root.  When called without
     the parameter, NNETDELFAK() uses the default drive.

 Description

     NOVELL NET DELETE FAKE ROOT MAPPING
     NNETDELFAK() deletes an existing fake root mapping for <Drive>.  The
     function does not affect the drive mapping.  After the fake root mapping
     has been deleted, you can also access parent directories of the fake
     root on <cDrive>.

 Note

     .  Fake roots require Novell shell version 3.01 or higher.

 Example

     Map drive M: as a fake root, then delete the fake root mapping and
     change to the parent directory of the fake root:

     NNETMAP('M','SYS:PAUL',.T.)
     NNETDELFAK('M')
     DIRCHANGE('M:..')

See Also: NNETMAP() NNETFAKDEP()

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