Support Board
Date/Time: Thu, 23 Jan 2025 21:34:32 +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 );
|