fid = fopen(filename, permission_tmode) on
Windows systems, opens the file in text mode instead of binary mode (the default).
The permission_tmode argument consists of any of the specifiers
shown in the Permission Specifiers table above,
followed by the letter t, for example 'rt' or 'wt+.