FILE.save or file.write do work with full pathnames but seem to do nothing, if the filename is a relative one without a directory name.
Code: [Local Link Removed for Guests]
file.save "/test_abs.txt",time$ 'OK
file.save "test_rel.txt",time$ 'not OK
wlog time$