|
-
Jan 5th, 2006, 12:20 PM
#1
Thread Starter
Lively Member
DIR command - alpha numeric sorting?
does the dir command always return files in alphabetical order
if not can you use the old DOS extensions ie. -v -p -s etc ?
-
Jan 5th, 2006, 02:41 PM
#2
Re: DIR command - alpha numeric sorting?
is this something you are trying to do in .NET? or just a general DOS question??
-
Jan 5th, 2006, 06:10 PM
#3
Re: DIR command - alpha numeric sorting?
As klienma suggests, the VB.NET Dir function and the DOS dir command are definitely not the same thing, despite having similar names and behaviours. I'd suggest using the System.IO namespace in VB.NET apps anyway, like IO.Directory.GetFiles for instance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|