Subject: [Boost-users] Can I fstat or get the file date/time for a file stream ?
From: Timothy Madden (terminatorul_at_[hidden])
Date: 2010-08-30 07:43:00


Hello

Is there a way to stat or to get file last accessed time from an opened
std::fstream or boost::filesystem::fstream or a boost::iostreams::stream ?

Or is there a way to get the underlaying file descriptor (or a FILE *)
from a fstream so I can call POSIX fstat ?

Thank you,
Timothy Madden