M
Magesh
How date-time attributes of a file are represented in the structure
"struct stat"? Coz as I noted they found to be unsigned integers and I
donno how they are interpreted as date & time in the members st_atime,
st_mtime, and st_ctime. I don't want any lib fun that returns the
corresponding time formatted string coz what I want to know is the
interpretation of date-time in those members so that I could extract
them and use it for some purpose.
Thx in advance to whoever participates this discussion...
- Magesh
"struct stat"? Coz as I noted they found to be unsigned integers and I
donno how they are interpreted as date & time in the members st_atime,
st_mtime, and st_ctime. I don't want any lib fun that returns the
corresponding time formatted string coz what I want to know is the
interpretation of date-time in those members so that I could extract
them and use it for some purpose.
Thx in advance to whoever participates this discussion...
- Magesh