From: Mike Beebe on
Perfect! Thank you sir.

"Armin Zingler" wrote:

> Am 10.03.2010 18:17, schrieb Mike Beebe:
> > Thanks Armin.
> >
> > How can I tell if e.FullPath is a file or folder? File do NOT have to have
> > a file extension.
>
> Right, and directories can have an extension.
>
>
> Dim IsDirectory = IO.Directory.Exists(e.FullPath)
>
>
> --
> Armin
> .
>