diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9f74d51355..374451f0af 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,12 @@ +2001-11-28 20:15 UTC-0500 David G. Holm + + * doc/funclist.txt + ! Corrected the status of FILE() from Ready to Started, because + it is missing the Clipper wild card (a.k.a., skeleton) support. + + * doc/en/file.txt + ! Corrected the FILE() documentation. + 2001-11-28 19:45 UTC-0500 David G. Holm * include/hbapifs.h diff --git a/harbour/doc/en/file.txt b/harbour/doc/en/file.txt index 8cf69b80f3..2a3830ba07 100644 --- a/harbour/doc/en/file.txt +++ b/harbour/doc/en/file.txt @@ -539,23 +539,23 @@ * exist. * Dos skeletons symbols may be used in the filename in , - * as may the drive and/or path name. If a drive are not explicity - * specified,FILE() will first search the current drive and directory, - * and will look for the file in the directories specified by SET PATH - * TO and SET DEFAULT TO commands.However, this command does not look - * at the values in the DOS PATH command. + * as may the drive and/or path name. If a path is not explicity + * specified, FILE() will look for the file in the SET DEFAULT path, + * then in each SET PATH path, until the file is found or there are + * no more paths to search. The DOS PATH is never searched and the + * current drive/directory is only searched if SET DEFAULT is blank. * $EXAMPLES$ * ? file('c:\harbour\doc\compiler.txt") * ? file('c:/harbour/doc/subcodes.txt") * * $STATUS$ - * R + * S (wild card support is missing) * $COMPLIANCE$ * This function is CA-Clipper compatible. * $FILES$ * Library is Rtl * $SEEALSO$ - * SET PATH,SET DEFAULT,SET() + * SET DEFAULT,SET PATH,SET() * $END$ */ diff --git a/harbour/doc/funclist.txt b/harbour/doc/funclist.txt index 9fc3a5fa77..2a891cc8f4 100644 --- a/harbour/doc/funclist.txt +++ b/harbour/doc/funclist.txt @@ -135,7 +135,7 @@ FIELDNAME ;R; FIELDPOS ;R; FIELDPUT ;R; FIELDWBLOCK ;R; -FILE ;R; +FILE ;S; FKLABEL ;R; FKMAX ;R; FLOCK ;R;