From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2006-12-18 09:41:09


On 12/12/06, sidle <sidle_at_[hidden]> wrote:

> 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