SaveFileText

Save text data to file (write), string must be ' 0' terminated, returns true on success

version(BindRaylib_Static)
extern (C) @nogc nothrow
bool
SaveFileText
(
const(char)* fileName
,
char* text
)

Meta