Hello I have a small problem with Fopen() with Mint I try to do Fopen("U:\\PROC\theprog.id",2)This work but if the software stop if I do an Fopen() result is still >0L where it should be <=0L if not avaible after near 1 minute after the program stop the result is <0L and it's correct. So I suppose there is somewhere a cache avaible, how can I do to solve this trouble?
Olivier Landemarre