Goggy Posted June 22, 2006 Posted June 22, 2006 iam used to vb 6 ...but going now to .net.... i was wondering whats faster in .net.... old Dir,FSO(scripting) or the System.IO.Directory class. Quote
mskeel Posted June 22, 2006 Posted June 22, 2006 If you're using .Net, I'd use the System.IO.Directory class just out of ease of use. If there is a speed difference, it will be negligible. Quote
Arch4ngel Posted June 22, 2006 Posted June 22, 2006 I'd use the System.IO.Directory because of it's was built to do the job. It's not faster or slower but you can handle exception and benefit from all the methods that have been included inside of it. Cheers Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.