Replies: 1 comment
-
I think you are talking about You can easily make a The point of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a question about the
RegisteredFile
class, what is the motivation for creating another class calledRegisteredReadOnlyFile
just to control writing/reading permission? Wouldn't it be possible to have this permission control on theRegisteredFile
with asetReadOnly()
method so that it would be possible to use a uri a file that change permission depending on external logic?With that it's possible to use
RegisteredFileSystemProvider
to control file permissions dynamically.Beta Was this translation helpful? Give feedback.
All reactions