
30 Aug
2010
30 Aug
'10
5:30 p.m.
AMDG Clarke, Carus V wrote:
It looks like stat is setting errno to ENOENT. Do you get the same behavior if the file exists before starting the program?
Yes, the behavior is the same whether the program writes the file or if the file had been previously written.
Okay. Try using stat directly, instead of using Boost.Filesystem. If that works, then can you use a debugger to find exactly what arguments Boost.Filesystem is passing to stat? In Christ, Steven Watanabe