fs icon indicating copy to clipboard operation
fs copied to clipboard

Support locking of directory entries

Open a-sully opened this issue 2 years ago • 0 comments

Currently, a lock may only be taken on a file entry. This should be extended to support locking directories, too.

This is one of the proposed changes to support #34, but it's also needed to properly support operations which modify a directory (such as remove() #9, removeEntry(), and move() #10 of directories)

Operations which modify a directory should require taking an exclusive lock on the directory, which should only succeed if no contained file is locked

a-sully avatar Jun 21 '23 22:06 a-sully