PDA

View Full Version : File Object Properties


gngplcs
05-16-2003, 07:55 PM
I'm attempting to list the contents of a directory and need to display the file Name, DateLastModified, Size, and Type. I've got the directory listing which includes the file name and size, however I'm getting a error on the date and type, while using the FileSystemObject. I'm sure it's something trivial that I could figure out, but I don't have much time to work on this. Any help would be appreciated.

As an aside, I would also like to display a file discription, but short of setting up a database to hold the information I don't see simple way to do this. Any Thoughts?

raf
05-16-2003, 08:07 PM
however I'm getting a error on the date and type, while using the FileSystemObject. I'm sure it's something trivial that I could figure out, but I don't have much time to work on this.
Well, thanks for sharing that :D , but you'll understand we can't help you unless you teel us something more about that error. (Best post some code to ;) )
I would also like to display a file discription, but short of setting up a database to hold the information I don't see simple way to do this. Any Thoughts?
Well, you can alway store it in a textfile and use the FSO to read from it. Or why not a simple XML file?