home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / dirutils / browser.lzh / Browser / BrowserII_Src.LZH / Actions.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-16  |  367 b   |  14 lines

  1.  
  2. #define BROWSERACTION_RENAME    0
  3. #define BROWSERACTION_MAKEDIR    1
  4. #define BROWSERACTION_DUPLICATE    2
  5. #define BROWSERACTION_TOUCH        3
  6. #define BROWSERACTION_COMMENT    4
  7. #define BROWSERACTION_PROTECT    5
  8. #define BROWSERACTION_DELETE    6
  9.  
  10. #define BROWSERACTION_COPYMOVE    7        /* not menu driven */
  11.  
  12. #define BROWSERACTION_WBRUN        8        /* not a real action, process msg identification */
  13.  
  14.