Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAbout host file system
I used the altera host file system to open a file .mp3,, is this a legal operation or not? if it is legal then why [[FILE *hostfile =fopen ("/mnt/host/song.mp3","rb");]] return NULL!! can any...
Altera_Forum
Honored Contributor
15 years agoI recommend becoming familar with and trying out this example: http://www.alterawiki.com/wiki/host_file_system
If that example fails the next logical step would be to have the software attempt to write a file to the file system and then searching the host for that file (so make it a very unique name).