mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
If the file node is not accessible yet, NativeInterface.writeFile() will return -EACCES instead of -EPERM. Thanks @msurguy for reporting this and testing.