How-to get file size (data fork)
How-to get file size (data fork)
- Subject: How-to get file size (data fork)
- From: julifos <email@hidden>
- Date: Thu, 13 Mar 2003 11:30:45 +0100
Hi all!
I'm trying to get the exact number of bytes of a BIG file (2,78 MB).
If I use "get eof of...", I get a real number, which some times (tested with
other files) is not exact.
I've been trying, too, a shell command:
wc -c /path/to/file
But this returns a negative number:
-1307881474 /path/to/file
Is this a bug in the shell, a limit? Any workaround?
Tx!
JJ
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.