 |
|
 |
Dear Sir,
I have downloaded the file and activated it as per given procedure. After that I made visible the 'Folder Size' column and the Folder size with number of files and folders is appearing. But when I click on the Heading of the 'Folder Size' Column the Folders are not getting arranged in Ascending & Descending Order as per their Size. Even the 3 information's (Folder size, no. of files & no. of folders) look a bit congested and not orderly! Is it possible to separate these 3 information's in different columns or semi columns? Or is it possible to present them with a tab space in between them?
Best regards,
Anil
|
|
|
|
 |
|
 |
Thanks! - Folder Size is what I was looking for.
|
|
|
|
 |
|
 |
Wonderful job on this extention.
|
|
|
|
 |
|
 |
How can I add a column for file/path length in windows explorer. For all users in a windows domain. This is important for me because our projects are copied to CD/DVD and there are built in restrictions in the software we use. Most of my users have Win 7 64bit, but I have 4 win XP and 2 Vista users also.
Additionally, if there is a way to change the color of the resulting text when it reaches a value of 106 characters length, and again at a value of 212 characters length.
Thank you in advance
Steve in Alaska
|
|
|
|
 |
|
 |
It works perfectly on our Ms windows 2003 file server!
|
|
|
|
 |
|
|
 |
|
 |
Both downloads contain the DirSize.dll but there is no
to download. I think there is a mismatch in the zip files ...
Thomas
|
|
|
|
 |
|
 |
I had sent the DLL to update the the article, but then CP replaced the source zip with the updated DLL
Anyways, i have sent the source and the DLL now. you may have to wait till it is updated. it might take 1 or 2 days.
|
|
|
|
 |
|
 |
New DLL to show SIZE in MBs KBs and Bytes and number of Files and folders is uploaded.
|
|
|
|
 |
|
 |
I really admire your code. Good work. It works on xp 32bit. I don't see forlder size after registering the dll in XP x64. May be this code address only on 32 bit.
Thanks
dev
|
|
|
|
 |
|
 |
Hi ,AM WORKING on qtp,i have a form like to upload a document with specific size like 250mb
so i have write in vb script its getting in bytes hw to convert in mb
Thanks in advance.
tallapa
|
|
|
|
 |
|
 |
can someone help me and all the one that dont know too much about pc and upload a fixed dll file to show the size in mb?
|
|
|
|
 |
|
 |
i was trying to retrieve the path of the file / folder when user selects the file or folder. this selection is independent of the application running. implemented in ResumeGrabber Pro 5.0.
any help is highly appreciated.
Mastan Vali Shaik
|
|
|
|
 |
|
 |
why not using "Scripting.FileSystemObject" ?
|
|
|
|
 |
|
 |
Great little app -- dying to see something like this in Vista. Any plans to go down that road?
|
|
|
|
 |
|
 |
with my vista not working
|
|
|
|
 |
|
 |
Will never work on Vista
The concept used by the program is not supprted by Vista
|
|
|
|
 |
|
 |
And what will work for Vista how long will it last ? I love the MS policy that started with .Net (forgot to mention the version - this is important).
Yarp
http://www.senosoft.com/
|
|
|
|
 |
|
 |
Well, I don't have an implementation (yet), but a quick view on MS site told me this needs to be done.
- implement IInitializeWithItem
in Initialize, call IShellItem::GetDisplayName(SIGDN_FILESYSPATH, ..) to get the file path, then start with that path name
- implement IPropertyStore
and define a property schema
- register dll
during registration disable run fom indexer (DisableProcessIsolation)
register for all files (is it possible?) and folders
- probably more
Harald
PS: Too much work for now, sorry.
MS docs: http://msdn2.microsoft.com/en-us/library/bb776861.aspx
|
|
|
|
 |
|
 |
could you please send the code to display folder size in MB
Thanks
|
|
|
|
 |
|
 |
http://foldersize.sourceforge.net/
|
|
|
|
 |
|
 |
great - although i found this site first!
still, doesn't appear to have the options people have been requesting here - namely size in MB, GB etc (as standard size column does) ..?
if anyone has managed to redevelop the demo version of this app to do these things (inc right align), could they pls stikck it up on the web somewhere so the rest of us non-coders could partake ..?
cheers ..! 8-)
|
|
|
|
 |
|
 |
FolderSize on Sourceforge does have an option for displaying in MB, GB, etc. You can see the options by clicking on the folder in the system tray.
I'm working on a new version of that which I hope to release soon (within a month) that fixes some of its issues, and will move options like the display mode to a Control Panel.
Please check foldersize.sourceforge.net for updates!
|
|
|
|
 |
|
|
 |
|
 |
in addition to showing it in MB, is there anyway to show the folder size with comas? I have huge folder sizes with digital video files in em. Some folders are 30GB in size. it is hard to see em easily.
They look like this;
__745588 KB
21370766 KB
15270845 KB
33450980 KB
if displayed in MB they'd look like this;
___745 MB
_21370 MB
_15270 MB
_33450 MB
It's still confuseing. Is it possibly to put commas in so they look like this?;
___745 MB
21,370 MB
15,270 MB
33,450 MB
|
|
|
|
 |