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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user