Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!m.cs.uiuc.edu!vela!panguyen From: panguyen@vela.acs.oakland.edu (panguyen) Newsgroups: comp.os.msdos.apps Subject: HELP: a question concerning _dos_findfirst in MSC 5.0 Message-ID: <6463@vela.acs.oakland.edu> Date: 18 May 91 19:15:12 GMT Distribution: alt.msdos.programmer Organization: Oakland University, Rochester MI. Lines: 25 To all of the netland MSDOS guru, As I am reading MSC 5.0 run-time library reference, I run into this structure. Could anybody clarify what is in the field of this structure ? I know it said "Reserved for use by MS-DOS". But, I guess I am kinda curious if there is any info in this field that I can use. Follow is the structure | | | MSC 5.0 ( run-time library reference ) | | | ... | struct find_t { | char reserved[21]; <---------| char attrib; unsigned wr_time; unsigned wr_date; long size; char name[13]; } *buffer; Thanks a bunch, Peter Nguyen email: panguyen@vela.acs.oakland.edu