Support Board
Date/Time: Thu, 23 Jan 2025 21:44:13 +0000
Post From: Is it possible to use sc.WriteFile() to write in text mode?
[2018-12-10 16:16:15] |
User287992 - Posts: 51 |
Well if size of string doesn't fit the number of bytes written, then there should be a way to get that because it's obviously impossible to hardcode arbitrary values to use WriteFile method. Which is then my question, how can I get real size of data to write when calling WriteFile method? |