View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] txgizmo@earthlink.net is offline
external usenet poster
 
Posts: 3
Default Directory listing manipulation

The format is always:

Path
Blank row
files (from 0-many)
totals
blank row

Then this repeats for 275,000 rows
example follows

Directory of C:\O2Kstd\PFiles\Common\MSShared\Themes\blitz

02/13/2002 04:04p <DIR .
02/13/2002 04:04p <DIR ..
10/01/1998 03:07p 73,322 BLITZ.ELM
11/16/1998 10:10p 302 BLITZ.INF
2 File(s) 73,624 bytes

Directory of C:\O2Kstd\PFiles\Common\MSShared\Themes\blueprnt

02/13/2002 04:04p <DIR .
02/13/2002 04:04p <DIR ..
10/01/1998 03:07p 30,264 BLUEPRNT.ELM
11/16/1998 10:10p 317 BLUEPRNT.INF
2 File(s) 30,581 bytes

Directory of C:\O2Kstd\PFiles\Common\MSShared\Themes\boldstri

02/13/2002 04:04p <DIR .
02/13/2002 04:04p <DIR ..
10/01/1998 03:07p 33,556 BOLDSTRI.ELM
11/16/1998 10:10p 343 BOLDSTRI.INF
2 File(s) 33,899 bytes




On Wed, 8 Dec 2004 12:31:43 -0000, "Bob Phillips" wrote:

OK, I understand better now. How do you know what is a path row and what is
a file row?