Topic: DOS pathnames question


Author: we34329@vub.ac.be (DE KERPEL SVEN)
Date: 17 Jun 1994 13:43:03 GMT
Raw View
Are there LIB's somewhere which allow me to expand filnames with wildcards
to complete names or paths.

Like c:test => c:\bin\develop\projectX\test.

And t*.* to a list of filenames.

Thanx

Sven,




Author: davep@pcproj.datastream.co.uk (Dave Postill)
Date: 17 Jun 1994 14:11:46 -0000
Raw View
DE KERPEL SVEN (we34329@vub.ac.be) wrote:
:>Are there LIB's somewhere which allow me to expand filnames with wildcards
:>to complete names or paths.

:>Like c:test => c:\bin\develop\projectX\test.

_fullpath()

:>And t*.* to a list of filenames.

_dos_findfirst(), _dos_findnext()

:>Thanx

:>Sven,

--
-- Dave Postill                                  Datastream International Ltd
-- Technical Consultant                          Monmouth House
-- PC Projects                                   58-64 City Road
--                                               London EC1Y 2AL
-- Voice: +44 (0)71 250 3000 Ext 1602            England
-- Fax:   +44 (0)71 336 1952
-- Email: davep@pcproj.datastream.co.uk