$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Filesystem] Locking files
From: Frank Meerkötter (frank_at_[hidden])
Date: 2010-04-12 17:26:16
On 04/12/2010 11:20 AM, Adam Badura wrote:
> Is it possible to lock a file with Boost.Filesystem to prevent its
> deletion, writing or reading?
>
Against whom/what do you want to lock the file? On which platform?
You can find file locking mechanism in boost.interprocess.
Frank