how can I get file creation date?
Posted: Wed Feb 12, 2003 10:47 am
I'm looking for a way to find out the creation date of a file. I'm using the readdir() to get the contents of a directory but can't find out the date of creation of the listet files.
fileatime(), filectime() and filemtime() all don't do the right job ... (last access, last changed and last modified)
fileatime(), filectime() and filemtime() all don't do the right job ... (last access, last changed and last modified)