home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / cpm / alphatronic / DRIPAK.ZIP / CPM_3-0 / SOURCES / XFCB.LIT < prev    next >
Text File  |  1982-12-31  |  1KB  |  23 lines

  1.  
  2. declare                                 /* XFCB                        */
  3.     xfcb$type          lit '10h',       /* identifier on disk          */
  4.     xf$passmode        lit '12',        /* pass word protection mode   */
  5.     xf$pass            lit '16',        /* XFCB password               */
  6.     passlen            lit '8',         /* password length             */
  7.     xf$create          lit '24',        /* creation/access time stamp  */
  8.     xf$update          lit '28';        /* update time stamp           */
  9.  
  10. declare                       /* directory label: special case of XFCB */
  11.     dirlabeltype       lit '20h',       /* identifier on disk          */
  12.     dl$password        lit '128',       /* masks on data byte          */
  13.     dl$access          lit '64',
  14.     dl$update          lit '32',
  15.     dl$makexfcb        lit '16',
  16.     dl$exists          lit '1';
  17.  
  18. declare                                 /* password mode of xfcb       */
  19.     pm$read            lit '80h',
  20.     pm$write           lit '40h',
  21.     pm$delete          lit '20h';
  22.  
  23.