Topic: version 4 MAXScript Language Improvements/Language Improvements
MAXScript now does readable/writable checks and throws an error if you try to read from a write-only file and vice versa. Some modes are read/write, such as "a+" "w+" and "r+".
See also