Folks, Richard has confirmed he's not seeing this on Linux. Jacque has confirmed the Bug on OS X. If I can just get a Win user to check I'll then add a Bug report.
So please Win users can you, in the msg box: >> >> set the defaultFolder to specialFolderPath("documents") >> put "trash this file.txt" into tFileName >> put "This is a test." into URL ("file:" & specialFolderPath("documents") & >> "/" & tFileName) >> open file tFileName for update >> read from file tFileName for 2 words >> put it into tResult >> write "open/read/write/close" to file tFileName >> close file tFileName >> put URL ("file:" & specialFolderPath("documents") & "/" & tFileName) into >> msg >> put cr & tResult after msg >> >> I was expecting: >> This is open/read/write/close >> >> What I'm getting: >> This is a test.open/read/write/close >> >> _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode