$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Filesystem] Locking files
From: Adam Badura (abadura_at_[hidden])
Date: 2010-04-13 04:02:45
>> 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?
Against other processes will suffice I guess. On Windows platform,
however using Boost.Filesystem I hope for (at least some) platform
independence.
Adam Badura