~ubuntu-branches/ubuntu/hardy/apache2/hardy-proposed

« back to all changes in this revision

Viewing changes to srclib/apr/include/apr_file_io.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-01-17 20:27:56 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080117202756-hv38rjknhwa2ilwi
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
724
724
 * Remove directory from the file system.
725
725
 * @param path the path for the directory to be removed. (use / on all systems)
726
726
 * @param pool the pool to use.
 
727
 * @remark Removing a directory which is in-use (e.g., the current working
 
728
 * directory, or during apr_dir_read, or with an open file) is not portable.
727
729
 */                        
728
730
APR_DECLARE(apr_status_t) apr_dir_remove(const char *path, apr_pool_t *pool);
729
731