Hi there,
having some trouble with the node-webkit.
I�m trying to write a file that has line breaks, so my target file is NodeWebkit.AppFolder&"test.txt"
and my text says
"randomness"&newline&"test"
File gets created but reads randomnesstest instead of
randomness
test
Is this some codepage issue or do I have to trick the webkit do let me have that line break? After building, I ran the win32 app.
Cheers
The Colonel