As DocKimbel mentioned, most of the IO support has not yet been implemented, but this does not mean that you cannot manually implement the functionality in Red / System.
, Windows.
, , .
, , simple-io.reds. , simple-io:
- CreateFileA
- ReadFile
- WriteFile
DeleteFileA GetLastError. simple-io ( DeleteFile), , kernel32.dll stdcall . SetCommState().
BOOL WINAPI SetCommState(
_In_ HANDLE hFile,
_In_ LPDCB lpDCB
);
DCB (Device Control Block) .
Red/System, ! c .