On 9/29/05, Klaus Knopper wrote:
> Hello,
>
> Just asking, is there any chance to get unlimited rename() and/or
> unlink() capabilities in the library which can be used with fuse, within
> the next week or so?
[...]
> Unfortunately rename() does not seem to be implemented yet. We probably
> only need reliable file renaming within the same directory (like in mv
> file file.bak, which probably doesn't require any complicated tree belanc=
ings),
> not moving files between directories.
rename() was actually commited a week ago (24 september) by Yura:
https://sourceforge.net/mailarchive/forum.php?thread_id=3D8289385&forum_id=
=3D44768
https://sourceforge.net/mailarchive/forum.php?thread_id=3D8289386&forum_id=
=3D44768
Bare in mind that rename() is actually both link and unlink and
therefore has higher chance of failing. Either that or you were using
an older CVS.
Sincerely
-- Yuval
|