home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows NT Super Tune-Up Kit
/
PIE-WindowsNTSuperTuneUpKit-1997.iso
/
COMPRESS
/
NTZIP201
/
NTZIP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-09-07
|
268b
|
16 lines
/*
* NT specific functions for ZIP.
*/
int GetFileMode(char *name);
long GetTheFileTime(char *name);
int IsFileNameValid(char *name);
int IsFileSystemFAT(char *dir);
void ChangeNameForFAT(char *name);
char *StringLower(char *);
char *GetLongPathEA(char *name);