Re: Could I get any code to get all files in root-directory (in FAT32)?
- From: "Mihai N." <nmihai_year_2000@xxxxxxxxx>
- Date: Wed, 28 Nov 2007 21:08:59 -0800
Hmm.. But I don't need Win32 API.
I'm reading FAT32 Partition.
Like the other responders pointed out, standard Win32 API will
read any file system (including network drives, CD/DVD, whatever).
The only reason to say "I don't need Win32 API" and to care about
FAT is if you don't develop a Windows application.
Even DOS applications don't need to know about file system
structure (I can point you to the int 21h functions used
to enumerate files)
so, if you want to avoid even DOS level, you should learn the
structure of the FAT16/FAT32 file system, start with low level
disk access and do all the work.
But then microsoft.public.vc.mfc is not the right place to ask
questions (there is no MFC for DOS :-)
--
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
.
- References:
- Prev by Date: Re: How useful is GUI Scripting?
- Next by Date: Re: How to speed up CComboBox
- Previous by thread: Re: Could I get any code to get all files in root-directory (in FAT32)?
- Next by thread: Re: Passing array argument to constructor
- Index(es):
Relevant Pages
|