
3 Mar
2010
3 Mar
'10
10:43 p.m.
Minor naming issue: create_directories is not a good name - it's misleading. It's easy to confuse with create_directory (first 15 chars); and it doesn't take a list of paths and create them all as one might think, in fact it might not create anything. establish_directory says better what the function does. Minor point, as said (and an old one, thinks I just missed filesystem V1 release posting this). Really appreciate the new simplified version, I'll probably use it more often. re On 2010-02-18 15:43, Beman Dawes wrote:
The first beta release of Boost.Filesystem Version 3 is now available.
The documentation can be viewed at http://mysite.verizon.net/beman/v3/index.htm