scognito / palibds

Automatically exported from code.google.com/p/palibds
0 stars 0 forks source link

PA_PAFSFile(i) does not return the beginning of the file (apparently when used with folders) #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
slightly change the PAFS/PAFSFolders example provided with PALib

In the main method, the following part is changed, in order to display the
beginning of the text file :

Code:
   for (i = 0; i < FileNumer; i++){
      //PA_OutputText(0, 0, i+1, "%s.%s   %d kB", PA_FSFile[i].Name,
PA_FSFile[i].Ext, PA_FSFile[i].Length);
      PA_OutputText(0, 0, i+1, "%s.%s  %s", PA_FSFile[i].Name,
PA_FSFile[i].Ext, PA_PAFSFile(i));
   } 

What is the expected output? What do you see instead?

Only the content of the 4 first files is displayed
(screenshot provided in attachement)

What version of PAlib are you using ?
PAlib060905.exe : September 5, 2006

Testing on DS or emulator ?
Both

Link to PAlib topic ?
http://teamnnc.free.fr/phpBB2/viewtopic.php?t=696

Please provide any additional information below.

Original issue reported on code.google.com by francis....@gmail.com on 10 Sep 2006 at 6:17

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Molo...@gmail.com on 10 Sep 2006 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by Molo...@gmail.com on 12 Sep 2006 at 2:11