Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 10:34:45 +0000



Post From: Is it possible to use sc.WriteFile() to write in text mode?

[2018-12-03 13:18:42]
User287992 - Posts: 51
I was able to write only binary files using sc.WriteFile(), is it possible to use it to create human readable text files?

Also I have noticed that documentation of sc.OpenFile() (ACSIL Interface Members - Functions: sc.OpenFile()) mentions constants like MODE_CREATE_AND_OPEN_FOR_READ_WRITE but only those I found were n_ACSIL::FILE_MODE_CREATE_AND_OPEN_FOR_READ_WRITE and similar.