comp.lang.ada
 help / color / mirror / Atom feed
* File name wild cards
@ 2018-08-15 20:45 Bill Findlay
  2018-08-16  7:46 ` Jeffrey R. Carter
  2018-08-16  7:47 ` Dmitry A. Kazakov
  0 siblings, 2 replies; 5+ messages in thread
From: Bill Findlay @ 2018-08-15 20:45 UTC (permalink / raw)


Can anyone point me to a portable way of doing wildcard filename lookups?

In Ada.Directories we have;

> type Search_Type is limited private;
> procedure Start_Search (Search: in out Search_Type;
> Directory: in String;
> Pattern: in String;
> Filter: in Filter_Type := (others =>  True));

etc
But the interpretation of Pattern is implementation defined.
Worse, I cannot find any interpretation in the GNAT documentation.

-- 
Bill Findlay

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-16 14:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-15 20:45 File name wild cards Bill Findlay
2018-08-16  7:46 ` Jeffrey R. Carter
2018-08-16 14:26   ` Bill Findlay
2018-08-16  7:47 ` Dmitry A. Kazakov
2018-08-16 14:29   ` Bill Findlay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox