Code: Select all
If CreateFile(0,"C:\Program Files\test.txt")
WriteStringN("hello")
CloseFile(0)
EndIf
backslash symbol is replaced with a yen symbol, like so:
Code: Select all
C:¥Program Files¥test.txt
to be used by the Japanese? Is there a locale setting that will return the
correct path separator character? Thanks for any advice on this.



