Hi,

after a month break I'm back from N42.2217 E78.4485 and back on the list. I'll try to read mail and answer some questions.

2009-08-26 02:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/include/hbapifs.h
  * harbour/source/rtl/filebuf.c
    + added hb_fileExists() and hb_fileDelete() functions
    + added support for alternative file IO API used in RDD code which
      can be implemented by 3-rd party developers and registered using
      hb_fileRegister() function.

Nice, simple and beautiful. Thank You. I guess the next step is move Harbour level file functions from hb_fs*() to hb_file*(). BTW, I guess some MT lock should be moved from s_file*() to hb_file*(). s_fileMtx and s_openFiles are static variable, and it is not possible to implement for example MT safe file close function for additional file protocols. Perhaps additional functions to insert/delete items into/from s_openFiles list is the best solution.


Regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to