home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip201.zip / nt / ntzip.h < prev   
C/C++ Source or Header  |  1993-09-07  |  268b  |  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.