
Does using last_write_time leave an opportunity for false negative because it has been updated in between obtaining the value for each filename? Would using creation_time ( if available ) be safer ? Keith Burton -----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Beman Dawes Sent: 26 November 2004 19:43 To: boost@lists.boost.org; boost@lists.boost.org Subject: Re: [boost] Unexpected behaviour of boost::filesystem::equivalent I couldn't see an easy way to determine the drive needed for calling ::QueryDosDeviceA/W. As an alternative, I removed the st_dev test and added a last_write_time test. Documentation also updated. See current CVS. To make it easier to experiment, I also added in the test directory a program equivalent.cpp. This seems to solve the problem. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost