$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [filesystem] security questions
From: Sergei Politov (spolitov_at_[hidden])
Date: 2009-02-20 14:47:06
Hi,
In *nix systems it is recommended practice to operate with file
descriptors rather than file names.
The sample commands sequence is:
1) open file
2) check file status (check symlink for instance)
3) process write operation
Unfortunately I cannot find a way to do the same using boost::filesystem
API.
Is it planned to support such style?
Best Regads,
Sergei