Karen,
Better make that trip to the Opthamologist... ;-)
>From the 6.5 HelpFile:
"CHKFILE(filename))
Checks to see if a file exists. If no path is specified, the function checks
for the file in the current directory. Otherwise, the function checks for
the file in the specified location.
The function returns a 1 if the file is found, and 0 if it is not found.
Wildcards in the filename will produce unpredicatable results. "
>From the 9.1 HelpFile:
"(CHKFILE('filespec'))
Checks to see if a file or folder name exists. If no path is specified, the
function checks for the file or folder name in the current directory.
Otherwise, the function checks for the file or folder name in the specified
location.
The function returns a 1 if the file or folder name is found, and 0 if it is
not found. Wildcards in the filename will produce unpredicatable results."
----- Original Message -----
From: <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, June 14, 2012 3:37 PM
Subject: [RBASE-L] - Re: ChkFile in version 9.1
: Bruce: Looks to me like the help isn't right on that one. At the R>
: prompt, to see all files you do a DIR *.*
: You never do a DIR %.%
:
: Karen
:
:
: In a message dated 6/14/2012 2:32:03 PM Central Daylight Time,
: [email protected] writes:
: > RBTI: From the help files for 'wildcards' (not CHKFILE); for review and
: > correction if needed:
: >
: > "The R:BASE wildcard characters are _ (one character) and % (one or more
: > characters).
: > The operating system wildcards are _ (one character) and % (many
: > characters)."
: >
: > Cheers,
: >
: > Bruce