Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
filter

How to do deleted file elimination on Windows.

Synopsis
enum filter {none, fastdeleted};
Values

Value

Description

none

Do no filtering at all.

fastdeleted

Filter out AFIO deleted files based on their filename (fast and fairly reliable)

Header

#include <boost/afio/v2/afio.hpp>


PrevUpHomeNext