-- FileSystemCommands.config
-- Configuration file for file system commands
-- D. Gifford July 1, 1982 5:21 pm
-- September 20, 1982 3:32 pm by Schroeder

  
  
FileSystemCommands: CONFIGURATION LINKS:CODE IMPORTS
   DirMan, List, LongString, IO, Process, Rope, Storage, STP, 
   Convert, ConvertUnsafe, Process, Runtime, Time, UserExec,
   FileIO, Transaction, ViewerIO,
   -- CIFS Components
   LSD, CIFS, CIFSPrivate
   EXPORTS
    UECP
   -- Start trap registers the file system commands
   CONTROL CIFSCommands, CType, CatalogImpl, GroupReset  = {
  
    -- File System Commands
      UECPImpl;
      CIFSCommands;
      CType;
    -- Catalog
      CatalogImpl;
      CatalogUtil;
    -- Larry's hack
      GroupReset;

  }..