PDA

View Full Version : Folder "date Modified"


pjaiswal
08-30-2006, 12:55 PM
Hi,

Is there a way to get the "Date Modified" of a Folder? I need to get all the folders created in last one month & move it to another folder, zip them & burn a DVD.

Is there a better or alternate way to get the folders from last one month other than getting the date modified?

Thanks,
Pragya

kinook
08-30-2006, 01:36 PM
Modified date and Create date are two different things, but you can get either one using the FileSystemObject. See the attached sample.