Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 00:29:26 +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() (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.