--- f:\temp\portability_guide_1.8_2.htm 2007-06-03 17:19:27.000000000 -0400 +++ C:\boost\site\libs\filesystem\doc\portability_guide.htm 2007-06-03 17:08:25.000000000 -0400 @@ -48,13 +48,13 @@ cannot guarantee directory and file name portability. Rather, they are intended to give the programmer a "fighting chance" to achieve portability by early detection of common naming problems.

name_check functions

-

A name_check function +

A name_check function returns true if its argument is a valid name for a particular operating or file system. A number of these functions are supplied, and user-supplied name_check functions are also allowed.

The portable_name function is of particular interest because it has been carefully designed to provide wide @@ -196,17 +196,17 @@ only very high limits on lengths inhibits widest portability.


Revised -22 March, 2005

+03 June, 2007

© Copyright Beman Dawes, 2002, 2003

Use, modification, and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)