libposix
libposix copied to clipboard
Take a flag argument in posix::directory::open
This came up while making a directory walk in the style of find/nftw/fts; a flag argument (to pass O_NOFOLLOW | O_NOATIME) would be convenient. Anyway, thank you for this project, it's good to have high-level classes that preserve the full power of the POSIX and Linux APIs.