#151716 - darkchild - Mon Mar 03, 2008 9:49 pm
Hello, here I am with another noobish question XD
well, let me go straight to the point xD
I wanna get file Stats, I have a line of code:
if I am not mistaken, this creates a structure for status of the file opened, but how do I access them?
and what status can I get from this?
can I get stuff as FileSize and stuff?
well, let me go straight to the point xD
I wanna get file Stats, I have a line of code:
Code: |
struct stat st; |
if I am not mistaken, this creates a structure for status of the file opened, but how do I access them?
and what status can I get from this?
can I get stuff as FileSize and stuff?