home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c019 / 2.ddi / SOURCE / NT / NTZIP.H < prev   
Encoding:
C/C++ Source or Header  |  1993-09-07  |  268 b   |  16 lines

  1. /*
  2.  * NT specific functions for ZIP.
  3.  */
  4.  
  5. int GetFileMode(char *name);
  6. long GetTheFileTime(char *name);
  7.  
  8. int IsFileNameValid(char *name);
  9. int IsFileSystemFAT(char *dir);
  10. void ChangeNameForFAT(char *name);
  11.  
  12. char *StringLower(char *);
  13.  
  14. char *GetLongPathEA(char *name);
  15.  
  16.