Support Board
Date/Time: Sat, 01 Nov 2025 22:51:36 +0000
Post From: Is it possible to use sc.WriteFile() to write in text mode?
| [2018-12-11 01:33:54] |
| ganz - Posts: 1048 |
|
User287992 bool WriteFile(const int FileHandle, const char* Buffer, const int BytesToWrite, unsigned int* p_BytesWritten);
https://en.cppreference.com/w/cpp/string/byte/strlen std::size_t strlen( const char* str );
|
