wine/dlls/scrrun/tests
Kevin Puetz 3265d7b542 scrrun: Fix FileSystemObject.OpenTextFile when writing to existing files.
OpenTextFile(...,ForWriting,True) should either create a new file,
or open and truncate an existing one

OpenTextFile(...,ForAppending,?,True) should write a BOM
if appending to an existing-but-empty file
2022-09-26 11:36:50 +02:00
..
dictionary.c
filesystem.c scrrun: Fix FileSystemObject.OpenTextFile when writing to existing files. 2022-09-26 11:36:50 +02:00
Makefile.in
scrrun.idl