jw3 edited a comment on issue #43:
URL: https://github.com/apache/daffodil-vscode/issues/43#issuecomment-948930809


   The backend uses 
[File#canWrite](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/File.html#canWrite())
 to test the infosetOutput path, which says
   
   > Returns:
   true if and only if the file system actually contains a file denoted by this 
abstract pathname and the application is allowed to write to the file; false 
otherwise.
   
   It works if you create the file first.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to