In Windows 10 (Pro), this fails. I've tried GetPrefsPath() too, and it fails too.
CreateDir() works.
#Import "<std>"
Using std..
Function Main()
Local buf:= New DataBuffer(100,ByteOrder.LittleEndian)
Local res:= buf.Save("C:\temp\mybuf.dat")
Print "Saveresult is: " + res
End
Original Author: Difference
In Windows 10 (Pro), this fails. I've tried GetPrefsPath() too, and it fails too. CreateDir() works.