In Windows Explorer, when browsing to some location (UNC pathname, drive pathname, FTP URL, HTTP URL, etc.) one can typically right-click on any object displayed and see the Properties. One of these properties is the file size (well, apparently not when browsing via HTTP, but anyway...)
I assume there's some way to script this so I can obtain such file size information programmatically, but browsing through MSDN docs I have not been able to figure it out. Could anyone give me a pointer to the right place to start, or a code sample? Thanks.
I assume there's some way to script this so I can obtain such file size information programmatically, but browsing through MSDN docs I have not been able to figure it out. Could anyone give me a pointer to the right place to start, or a code sample? Thanks.