Search found 1 match

by mentor
Sat Apr 07, 2018 12:50 pm
Forum: Gamecube/Wii Development
Topic: How to read a file?
Replies: 1
Views: 5618

How to read a file?

I tried following this tutorial: [mod edit: remove outdated tutorial link] , but the code doesn't seem to work. So, I initialise fat system using: fatInitDefault(); But when I then try to read a simple txt file: File *fp = fopen("fat:/pyramid.txt", "rb"); //reading file contents....