How to get detailed drive information through COM
Tagged Under : ColdFusion, COM
Back in 2001, when CFComet was live, I wrote a little script to read detailed drive information (windows only) via COM. I thought it might be a good idea to post it here as well. This code makes use of the FileSystemObject and displays some useful information. I did a little search and its still Live. Here is the code :-
thanks! this may be very useful for the project I’m currently working on.
@Aaron, glad you liked it. As I wrote, this was done years ago, so its good to know it still is useful.