I wanted to do basic directory listings and file manipulation. However, I cannot seem to get fileXioDopen("cdrom0:\\"); to return. Here is the problematic code:
Code: Select all
cdInit(CDVD_INIT_INIT);
cdSetMediaMode(CDVD_MEDIA_MODE_CD);
d = fileXioDopen("cdrom0:\\");
Am I doing something wrong here?
Having just started out, I am also a little confused by the relationship between fileXio and fio. Reading some posts here, they seem to overlap in functionality, but not 100%. Some devices work in one, and others do not?