Filing reading back data

Blitz3D Forums/Blitz3D Programming/Filing reading back data

Hi,

I'm having a bash at making me own file lister.

I want to push directory names found to file and read them back whilst the file is still open.

The problem I am having is that data does not appear to be written until the file is closed. Is that normal?

Ah... One must open the file using OpenFile not WriteFile. One must RTFM.

Brilliant deduction... NOW RTFM! ;)