Category : Recently Uploaded Files
Archive   : MSQ320.ZIP
Filename : DIRUTE.H

 
Output of file : DIRUTE.H contained in archive : MSQ320.ZIP
/* dir.h

PUBLIC DOMAIN

*/

#ifndef _DIR_INCLUDED
#define _DIR_INCLUDED

/* file info -- any file size (HPFS) */

#ifdef OS2 /* was OS2SYS */

struct _dta {
char reserved[21];
char attrib;
unsigned wr_time;
unsigned wr_date;
long size;
char name[255];
};

#define DIR_DIRECT FILE_DIRECTORY
#define DIR_NORMAL FILE_NORMAL
#define DIR_ARCHVD FILE_ARCHIVED
#define DIR_READON FILE_READONLY
#define DIR_HIDDEN FILE_HIDDEN
#define DIR_SYSTEM FILE_SYSTEM

#else

struct _dta {
char reserved[21];
char attrib;
unsigned wr_time;
unsigned wr_date;
long size;
char name[13];
};

#define DIR_DIRECT _A_DIRECT
#define DIR_NORMAL _A_NORMAL
#define DIR_ARCHVD
#define DIR_READON _A_RDONLY
#define DIR_HIDDEN
#define DIR_SYSTEM

#endif

int dir_findnext(struct _dta *dta);
int dir_findfirst(char *filename, int attribute, struct _dta * dta);

/* end */

#endif


  3 Responses to “Category : Recently Uploaded Files
Archive   : MSQ320.ZIP
Filename : DIRUTE.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/