Click here to Skip to main content
15,921,643 members
Home / Discussions / C#
   

C#

 
GeneralRe: Directory Recursion Pin
Anthony Mushrow11-Mar-08 14:04
professionalAnthony Mushrow11-Mar-08 14:04 
GeneralRe: Directory Recursion Pin
Jammer11-Mar-08 14:10
Jammer11-Mar-08 14:10 
GeneralRe: Directory Recursion Pin
Anthony Mushrow11-Mar-08 14:14
professionalAnthony Mushrow11-Mar-08 14:14 
GeneralRe: Directory Recursion Pin
Jammer11-Mar-08 14:19
Jammer11-Mar-08 14:19 
GeneralRe: Directory Recursion Pin
Anthony Mushrow11-Mar-08 14:31
professionalAnthony Mushrow11-Mar-08 14:31 
GeneralRe: Directory Recursion Pin
Jammer11-Mar-08 14:33
Jammer11-Mar-08 14:33 
GeneralRe: Directory Recursion Pin
Jammer11-Mar-08 14:56
Jammer11-Mar-08 14:56 
GeneralRe: Directory Recursion Pin
Luc Pattyn11-Mar-08 14:56
sitebuilderLuc Pattyn11-Mar-08 14:56 
Hi,

yes the try-catch is the preferred way since it occurs rather infrequently anyway.

do you really need the availability of the entire list of files before you start
doing something with it? can't you do whatever it is you want to do on the fly,
in the recursive routine, without building the entire list?

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Directory Recursion Pin
Jammer11-Mar-08 15:03
Jammer11-Mar-08 15:03 
GeneralRe: Directory Recursion Pin
Luc Pattyn11-Mar-08 16:27
sitebuilderLuc Pattyn11-Mar-08 16:27 
GeneralRe: Directory Recursion Pin
Jammer12-Mar-08 8:55
Jammer12-Mar-08 8:55 
GeneralRe: Directory Recursion Pin
Luc Pattyn12-Mar-08 9:33
sitebuilderLuc Pattyn12-Mar-08 9:33 
GeneralRe: Directory Recursion Pin
Jammer12-Mar-08 9:35
Jammer12-Mar-08 9:35 
Generalweb interface for a c# app on remote system Pin
jd411-Mar-08 12:48
jd411-Mar-08 12:48 
GeneralRe: web interface for a c# app on remote system Pin
Pete O'Hanlon11-Mar-08 12:54
mvePete O'Hanlon11-Mar-08 12:54 
GeneralRe: web interface for a c# app on remote system Pin
jd411-Mar-08 13:51
jd411-Mar-08 13:51 
GeneralRe: web interface for a c# app on remote system Pin
LongRange.Shooter11-Mar-08 17:01
LongRange.Shooter11-Mar-08 17:01 
GeneralClean Recently Used Projects Pin
MasterSharp11-Mar-08 12:14
MasterSharp11-Mar-08 12:14 
GeneralRe: Clean Recently Used Projects Pin
DaveyM6911-Mar-08 12:53
professionalDaveyM6911-Mar-08 12:53 
GeneralRe: Clean Recently Used Projects Pin
MasterSharp11-Mar-08 12:55
MasterSharp11-Mar-08 12:55 
GeneralRe: Clean Recently Used Projects Pin
DaveyM6911-Mar-08 13:07
professionalDaveyM6911-Mar-08 13:07 
GeneralRe: Clean Recently Used Projects Pin
DaveyM6911-Mar-08 13:17
professionalDaveyM6911-Mar-08 13:17 
GeneralRe: Clean Recently Used Projects Pin
MasterSharp11-Mar-08 13:51
MasterSharp11-Mar-08 13:51 
GeneralRe: Clean Recently Used Projects Pin
DaveyM6911-Mar-08 13:55
professionalDaveyM6911-Mar-08 13:55 
GeneralRe: Clean Recently Used Projects Pin
MasterSharp11-Mar-08 14:15
MasterSharp11-Mar-08 14:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.