Explorar el Código

Add filesystem

[SVN r16692]
Beman Dawes hace 23 años
padre
commit
bce4ddcfa5
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      libs/libraries.htm

+ 7 - 1
libs/libraries.htm

@@ -100,6 +100,9 @@ out how to build object libraries, when needed.</p>
       Walker.</li>
     <li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
     <li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
+    <li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths, 
+    iteration over directories, and other useful filesystem operations, from 
+    Beman Dawes.</li>
     <li><a href="format/index.htm">format</a> - Type-safe 'printf-like' format 
     operations, from Samuel Krempp.</li>
     <li><a href="function/index.html">function</a> - Function object wrappers
@@ -423,6 +426,9 @@ out how to build object libraries, when needed.</p>
     <li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
       Walker.</li>
     <li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
+    <li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths, 
+    iteration over directories, and other useful filesystem operations, from 
+    Beman Dawes.</li>
     <li><a href="timer/index.htm">timer</a> - Event timer,
         progress timer, and progress display classes, from Beman
         Dawes.</li>
@@ -458,6 +464,6 @@ out how to build object libraries, when needed.</p>
 <hr>
 
 <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->08 Nov 2002<!--webbot bot="Timestamp" i-checksum="15256" endspan --></p>
+s-format="%d %b %Y" startspan -->23 Dec 2002<!--webbot bot="Timestamp" i-checksum="14400" endspan --></p>
 </body>
 </html>

粤ICP备19079148号