I have one file ss_fpga.rbt,abcd.txt how to know the details of the file

i have  one file  ss_fpga.rbt,abcd.txt how to know  the details  of the file  (when was the date created ,when was date modfied,owner) any function is there like   GetFileInfo

Yes there is some, called stat(), look the links in your post in stack overflow, there is a lot of link in the anser.
They talk about sys/stat.h a C header, witch contain the stat() function.
stat() return a lot of things (size, changes, access etc) about files. look the "here" everywhere in the Yann anser, UP his anser and put the subject as resolved.
Thanks,

Similar Messages

Maybe you are looking for