...but not change existing content of the file?
When I used special permissions "Create files/write data" and "Create folders/append data" on a file I was able to append data to the end of file using command "echo hello >> p:\test\test.txt" and modify the content using command "echo hello > p:\test\test.txt" but I want to prevent existing content modification.
When I used special permission "Create folders/append data" and disabled (only unchecked, not deny) "Create files/write data" after command "echo hello >> p:\test\test.txt" I received "Access is denied".
Whould you have an answer? Thank you
When I used special permissions "Create files/write data" and "Create folders/append data" on a file I was able to append data to the end of file using command "echo hello >> p:\test\test.txt" and modify the content using command "echo hello > p:\test\test.txt" but I want to prevent existing content modification.
When I used special permission "Create folders/append data" and disabled (only unchecked, not deny) "Create files/write data" after command "echo hello >> p:\test\test.txt" I received "Access is denied".
Whould you have an answer? Thank you