|
Hi,
I'm using this method by Dave DeLong to calculate the size of a folder using the Carbon File Manager API:
http://github.com/davedelong/BuildCleaner/blob/b2712242b4eea1fff0e78a08b393a417e3019c8a/NSFileManager+FileSize.m
(Its the first method there)...
Started by PCWiz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The Finder will report file sizes rounded to the nearest multiple of the block size (usually 4 KB) followed by the real size in bytes, and many (most) applications are bundles of files, so the true size of the application may....
|
|
In Thunderbird 3, how do you see the size of a folder? I.e. the total size of all emails in a certain folder?
Started by NazBuhl on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
In this way ....
Project homepage (Italian)
Tools > Options > Advanced > Show expanded columns in folder panel.
The label in the statusbar becomes red when the size folder exceeds.
The filesize on disk of the folder.
|
|
My Documents and Setting folder occupies 8.42 GB, but When I check the files inside individually it just shows 800 MB. Why is that?
Started by Rajasekar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You might.
Go to Tools > Folder Options > View > Advanced Settings .
Seems a bit excessive.
|
Ask your Facebook Friends
|
How do I get folders to order by their content size in Windows Vista?
Started by Darth on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Meet Folder Size....
While Windows Explorer doesn't allow to sort files by folder size, all is not lost.
I have and works with Vista.
Unfortunately, in default Explorer, there is no way to order by the size of a folder.
|
|
Hello guys, I'm triying to get a folder size by doing:
var FolderFile:File = new File("file:///SomePath/Folder"); var FolderSize: FolderFile.size;
But this gives me a value of 0, how can I get the folder size? is there anyway to do this?
Tranks
Started by Edward on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Thanks
No, there's no way to do += this.GetFoldersize(Source[....
Sorry for the second line, I write it wrong the folder size?
Sorry for my grammar, i'm just learning english.
I want to know the size of the folder (like 10mb).
|
|
How can I retrieve size of folder or file in java ?
Started by oneat on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For a directory, what do you want? If it's the total size of all files underneath it, you can a directory) and accumulate....
There is no built-in way to get the size of a folder, you are going to have to walk to work.
Does not exist.
|
|
Just a quick one...
I'm creating a folder to cache images inside Documents with my iPhone App. I want to be able to keep the size of this folder down to 1MB, so I need to to check the size in bytes of my folder.
I have code to calculate the size of file...
Started by iphone_developer on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
When I check in....
One is the size on the disk and the other is the actual with a 'fileSize' of 130398.
As an aside, Finder returns two numbers.
folder, though:
- (unsigned long long int) documentsFolderSize { NSFileManager *_manager does.
|
|
Is it possible to limit a folder size in Windows so that when a user tries to write to the folder when it is full he receives an error message?
Started by Alceu Costa on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
A folder size regardless of user, my experience has been with Veritas Storage Exec, but it seems/monitors a folder and displays a message box error/warning in case the user exceeds his quota Quotas are per user not per folder....
|
|
I have a folder full of folders and files. I want to sort files by size (so I could remove the largest files).
I know how to do that in Windows Explorer, but I can not find a way to do it in Mac OS X Finder.
Windows 2003:
open folder in Windows Explorer...
Started by Ċ½eljko Filipin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Then....
Additionally, folders within this folder are also sorted by size -- simply click in Finder.
Use Detail view and sort by the size heading?
Assuming it's just a folder, open the folder will sort to the top.
|
|
Is there any command that could show me the size of several folders in linux, perhaps ranked from biggest to smallest?
Started by RD on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
If you want.
This will give you the size in megabytes of the directories contained in /foo and /bar .
|