find_t

Contains DOS file information

Service:DOS Partition
Defined In:nwdos.h

Structure

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

Fields

reserved
Reserved for future use by DOS.
attrib
Specifies the file’s attributes.
wr_time
Specifies the file’s time stamp in DOS format.
wr_date
Specifies the file’s date stamp in DOS format.
size
Specifies the file’s size in bytes.
name
Specifies the name of the file.