How do I determine if a path is a file or directory?

Re: Determining if a path is a directory or a file by NetPointer

NetPointer
Thu Nov 06 19:05:56 CST 2003

Try IO.File.exists and IO.Directory.Exists...


"Jeremy Chapman" <NoSpam@Please.com> wrote in message
news:OcWGrhMpDHA.2848@TK2MSFTNGP10.phx.gbl...
> How do I determine if a path is a file or directory?
>
>