wildcard with exists?
Kenneth Brody
kenbrody at spamcop.net
Tue Mar 22 08:59:13 PDT 2011
On 3/21/2011 5:22 PM, Scott Nelson wrote:
> I am looking for a way to test if a file exists, where that file will
> always begin with a fixed first few characters, and the rest of the name
> be varied. I have tried e=exists("/pathname/file*.txt") and it does not
> see the file.
>
> Is there a way with the exists command or is there a better way?
The system call that filePro uses for EXISTS() does not support wildcards.
Therefore, filePro doesn't, either.
Try OPENDIR().
--
Kenneth Brody
More information about the Filepro-list
mailing list