[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: proposal to add apr_check_dir_empty() to APR

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-03 00:57:04 CEST

Okay, wait a sec here:

Why not just do this?

   APR_SUCCESS | APR_STATUS_IS_SUCCESS ===> the dir is empty
   APR_ENOTEMPTY | APR_STATUS_IS_ENOTEMPTY ===> the dir is not empty

No need for new status codes here. We have existing status codes that
have the right meaning, and that cannot conflict with any true error
that the function might actually need to return.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 3 01:06:24 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.