184
edits
(→General utilities: +overwrite) |
No edit summary |
||
Line 439: | Line 439: | ||
* linking -- very different between platforms | * linking -- very different between platforms | ||
* readString, writeString -- ArrayBuffer <-> String conversion most likely deserves its own API | * readString, writeString -- ArrayBuffer <-> String conversion most likely deserves its own API | ||
* opening a file or directory from a full path -- error-prone, difficult to optimize, favors hardcoding non-portable paths | * opening a file or directory from a full path -- error-prone, difficult to optimize, favors hardcoding non-portable paths -- also, we intend to use this API mostly to access files in well-known directories. | ||
= Implementation notes = | = Implementation notes = |
edits