From 4e1cd3e7e27922ea830122e193496f107194c350 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 27 Oct 2007 16:01:41 +0000 Subject: [PATCH] typos --- harbour/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ae784d855f..10ddf8a4bc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -21,7 +21,7 @@ * source/rtl/fserror.c * source/rtl/philes.c * source/rtl/philes53.c - ! Two FS API functions moved the hb_fs*() namespace: + ! Two FS API functions moved to the hb_fs*() namespace: hb_getFError() -> hb_fsGetFError() hb_setFError() -> hb_fsSetFError() @@ -31,7 +31,7 @@ ! Added missing HB_EXPORTs. + Added hb_fsFileExists(). This is the preferred way to check for the existence of a file, because it is fast and will - find a file even of directory traversal is not possible + find a file even if directory traversal is not possible for the file's directory. Works the same way as file existence check in most other tools. ; NOTE: DOS branch was not compiled or tested (it is a