Hello,
how can I realize to look for all exists files in a directory.
Actually I want look for a special word for every founded file . What
have I to heed if I'm working in a local net?

Many thanks for help

Re: all kind of files by Christoph

Christoph
Wed May 26 07:40:17 CDT 2004

25.05.2004 09:31, BjoernJackschina schrieb:

> how can I realize to look for all exists files in a directory.

The Files-Collection returned by a FSO-FolderObject's files-property
helps you.

> Actually I want look for a special word for every founded file . What
> have I to heed if I'm working in a local net?

do you want the word to be part of the file-name or the
file's content (word inside a textfile, for example)?

--
Gruesse, Christoph