Re: recursive console search that lists all .doc files
From: Hans Kesting (news.2.hansdk_at_spamgourmet.com)
Date: 02/01/05
- Next message: perspolis: "Re: Column Expression helppppppppppppppppp???"
- Previous message: Willy Denoyette [MVP]: "Re: Possible huge clue into unmanged/managed problem"
- In reply to: RML: "recursive console search that lists all .doc files"
- Next in thread: Morten Wennevik: "Re: recursive console search that lists all .doc files"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 01 Feb 2005 13:09:23 +0100
RML wrote:
> hi guys
>
> i have searched all day and cannot find the code i am looking for. i am new
> to c# so please bear with me ;)
>
> i want to write a console app that simly lists in the console window, all
> files on c: that end with .doc
>
> i had a look at some recursive search code for mp3 files, but it didnt list
> the files, just how many files there were in each directory.
>
> can anyone point me to a nice piece of code?
>
> cheers
>
>
Take a second look at that mp3 search routine:
at some point it has to have a list of (mp3) files.
This routine just returns the count, *you* should
print all names found.
(for printing to console, see Console.WriteLine)
-- Hans Kesting
- Next message: perspolis: "Re: Column Expression helppppppppppppppppp???"
- Previous message: Willy Denoyette [MVP]: "Re: Possible huge clue into unmanged/managed problem"
- In reply to: RML: "recursive console search that lists all .doc files"
- Next in thread: Morten Wennevik: "Re: recursive console search that lists all .doc files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|