2023-04-21 11:45 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* include/harbour.hbx
  * src/harbour.def
  * src/rtl/vfile.c
    + added new PRG function:
         hb_vfIsLocal( <cFileName> ) --> <lLocalFileSystem>
      It returns TRUE if <cFileName> is not redirected to any Harbour File IO
      driver but access local file system API.

  * contrib/xhb/traceprg.prg
    * merged with Victor's branch so now Harbour File IO API is used to
      access log file.
    * convert relative log file name to absolute file path name
    % write whole log entry in single IO operation.
This commit is contained in:
Przemysław Czerpak
2023-04-21 11:45:59 +02:00
parent 3e9c09053b
commit ec993d4753
5 changed files with 121 additions and 74 deletions

View File

@@ -957,6 +957,7 @@ DYNAMIC hb_vfErase
DYNAMIC hb_vfExists
DYNAMIC hb_vfFlush
DYNAMIC hb_vfHandle
DYNAMIC hb_vfIsLocal
DYNAMIC hb_vfLink
DYNAMIC hb_vfLinkRead
DYNAMIC hb_vfLinkSym