When do you use 'rb' in the file access type?

19 Ansichten (letzte 30 Tage)
niniki
niniki am 21 Mär. 2022
Beantwortet: Walter Roberson am 21 Mär. 2022
When using the fopen function, what type of 'rb' is the 'permission' argument?
The MATLAB fopen document does not show "rb". When do you use "rb"?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 21 Mär. 2022
You never use it. It is accepted for compatibility with C but the b is ignored.

Weitere Antworten (0)

Kategorien

Mehr zu Low-Level File I/O finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by