Re: Finding size of a file from a program

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 1/19/07, Praveen Kumar <rptechie@xxxxxxxxx> wrote:
abrar momin wrote:


On 1/19/07, Pharaoh . <pharaoh137@xxxxxxxxx > wrote:
Hi
How to find size of a file from a userspace program without using shell commmands with system() etc?
I want to allocate a buffer and read the entire contents of a file, I know this is not good for large files, but I am just
experimenting with small file currently so this is good enough. Is there any system call available for this?



elegent solution
use mmap
how will you use mmap to get the size of the file?

yup srry abt that
what i wanted to suggest was the use of mmap for buffering the file in part or entirety instead of file reads

--
abrarahmed

[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux