The create command is documented as opening a file (and creating it if it doesn't exist) with read-only permissions, while also taking a PermissionsMode argument.
Does the function's signature take precedence over the command's requirement in this case, or not?
The
create
command is documented as opening a file (and creating it if it doesn't exist) with read-only permissions, while also taking aPermissionsMode
argument. Does the function's signature take precedence over the command's requirement in this case, or not?