Question Files and Folders VB.Net2008

kumar.selva.c

New member
Joined
Aug 26, 2010
Messages
3
Programming Experience
1-3
Hi,

I'm new to VB.Net, i have a situation like,you have folder name "Arrange", inside this, it contains so many "txt" and "zip" files, you can rearrange it by right clicking and select "Arrange By , Last modified", i have to access this option through code and have to do this every time while i'm looping or entry of the function.

I can do this in program through forEach loop and get details like filename and creationDate, but i want to arrange it in "Arrange" Folder.

Please help me out.

Thanks in Advance:)
 
fILES AND fOLDERS

--------------------------------------------------------------------------------

Hi,

Thanks for your kind reply,

see, jus create a folder named "Arrange" or wat eve u like, and put some "txt" and "zip" files with different creation time of each file.

Do right click and select arrange by lastmodified, so that all files will be arranged by creation date and Time. This is the folder option.

I want to access this option through coding, so that i can aovid so many lines of coding.

could u plz help me out this?

Thanks in advance.

Regards,
Selva
 
Back
Top