Filing reading back data

Blitz3D Forums/Blitz3D Programming/Filing reading back data

Graythe(Posted 2003) [#1]
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?


Graythe(Posted 2003) [#2]
Ah... One must open the file using OpenFile not WriteFile. One must RTFM.


poopla(Posted 2003) [#3]
Brilliant deduction... NOW RTFM! ;)