Results 1 to 3 of 3
Hi,
Using C++ Builder, I can retrieve the date of a file with a function called "getftime".
I was wondering, how to do this in Linux/C++ (Ubuntu/g++).
Thank you,
Michel...
- 06-03-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
How to get the date of a file
Hi,
Using C++ Builder, I can retrieve the date of a file with a function called "getftime".
I was wondering, how to do this in Linux/C++ (Ubuntu/g++).
Thank you,
Michel
- 06-03-2008 #2
try info on fstat, or stat, or lstat
- 06-04-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
Yes, that works. Thanks!


Reply With Quote