From kde-bugs-dist Wed Dec 31 20:56:35 2003 From: mi+kde () aldan ! algebra ! com Date: Wed, 31 Dec 2003 20:56:35 +0000 To: kde-bugs-dist Subject: [Bug 59234] would be nice to see the actual size of file -- a Message-Id: <20031231205635.32660.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=107290420707672 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=59234 ------- Additional Comments From mi+kde@aldan.algebra.com 2003-12-31 21:56 ------- See stat(2) (for path) or fstat(2) for file descriptor. The field of interest is: st_blocks The actual number of blocks allocated for the file in 512-byte units. As short symbolic links are stored in the inode, this number may be zero.