Laurent Charmet <[email protected]> writes: > On linux when filesystem is full, apr_file_write return 28 and windows > return 720112 > > > What is the right way to do that ? Is there an APR_STATUS_IS_FSFULL() > macro for example ?
Search apr/include/*.h for FULL. -- Dan Poirier <[email protected]>
