purpose of mopen and mclose
Title
Question
sir, i cant understand what is the purpose of mopen() and mclose() function, because we can read the file content with read() function.
help me to find this.
Scilab File-handling 05-06 min 30-40 sec
Answers:
You have to open the file to read it and have to close it properly by using these functions.
i am trying to understand differences in mopen() function in different modes, like 'r' ,'rt' and some of from tutorial. can you help me to understand these properly.
Login to add comment