As the title says, I need to detect if a user has selected directories (one or multiple) on OLE dragdrop.

A thread for vb.net explains using file.exist, but in our usage case, users might be dragging a filename with unsupported characters (foreign or accented letters). So we need to explicitly detect it's a directory, rather determine that via inference.

Tnx for the help.