V Po, 12. 07. 2004 v 10:25, Standa Opichal píše:
Here is a log from Single TOS. The Fopen() is able to open the
VDI_BASE.GFA.GFA and it actually opens the VDI_BASE.GFA file that exists
in the filesystem of the drive f:.
This is not a good example. Try something like
FILE.123.456
Fopen("FILE.123")
Fopen("FILE.456")
Fopen("FILE.123.456")
Please note that there might be a difference between "FILE.123.456" and
"FILENAME.123.456". If you want to add a compatibility hack it would be
good to mimic the TOS behaviour exactly.
Petr