Is it possible using Windows standard tools to create such a permission model where a user can create a file in a directory, but once the file has been created (file handle closed), the user can not modify that file or any other files in the directory?
The use case is that a user submits a file for review, but should not be allowed to modify it after submission.