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