18 Dec
2006
18 Dec
'06
2:41 p.m.
On 12/12/06, sidle
How get file attributes in boost::filesystem ?
Its not clear whether you mean attributes like "is this a file/directory/symbolic link", "is this file empty", etc or "what are the permission bits on this file". The former set of operations are supported, but the latter, not being portable, is not. http://boost.org/libs/filesystem/doc/operations.htm#Non-member_functions -- Caleb Epstein