When using the command "ls -rlt --time=ctime -F --full-time" under gnu/linux, I can get the absolute creation time of a file.
It seems that I cannot do the same with the stat function, since I can only get the mtime... wich is fine if my files are not modified.... but they are.