Files
filesystem/doc/convenience.htm
Beman Dawes 8a7ae711ed Add ack, correct misspelling
[SVN r16696]
2002-12-23 20:09:06 +00:00

52 lines
1.5 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="../../boost.css">
<title>Boost Filesystem convenience.hpp Header</title>
</head>
<body bgcolor="#FFFFFF">
<h1>
<img border="0" src="../../../c++boost.gif" align="center" width="277" height="86"><a href="../../../boost/filesystem/convenience.hpp">boost/filesystem/convenience.hpp</a></h1>
<p>Header <a href="../../../boost/filesystem/convenience.hpp">convenience.hpp</a>
provides convenience functions that combine lower-level functions in useful
ways.</p>
<h2>Contents</h2>
<dl class="index">
<dt><a href="#create_directories">create_directories</a>
</ol>
<h2 id="create_directoies">create_directories</h2>
<blockquote>
<p><code>void create_directories( const path &amp; ph );</code></p>
<p><b>Precondition:</b> <code>ph.empty() || <br>
forall p: p == ph || is_parent(p, ph): is_directory(p) || !exists( p )</code>
</p>
<p><b>Postcondition:</b> <code>exists(ph) &amp;&amp; is_directory(ph)</code></p>
<p>Contributed by Vladimir Prus.</p>
</blockquote>
<hr>
<p>© Copyright Beman Dawes, 2002</p>
<p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->23 December, 2002<!--webbot bot="Timestamp" endspan i-checksum="38510" --></p>
<p>&nbsp;</p>
</body>
</html>