Display list of files in a given folder ( Ordering based on User)

mnagaraj1983

New member
Joined
Nov 15, 2010
Messages
2
Programming Experience
1-3
Hi gurus,

I'm new to the Vb.net. To display the list of files in the given folder, need to processing the files one by one based on the user given the order/arrangement in form based interface.

How can do this in vb.net 2005 or any suggestion.?

Thanks in advance.

Regards,
Nagaraj
 
You can get files by using one of the GetFiles methods of Directory class or DirectoryInfo class from System.IO namespace.
 
Back
Top