How to get selected folders in content browser?

Hi,

What is the uclass of a folder in content browser? Is there any ways to get selected folders in C++?
I have tried GEditor->GetContentBrowserSelections and GEditor->GetContentBrowserSelectionClasses, neither of them could return selected folders.

Thanks,

Yashiz

This might help

In ContentBrowserModule folder:

PaththView.h

In class SPathView

it has two functions:

*GetSelectedPath();

GetSlectedPaths(); // this is what you what.*

In ContentBrowserModule folder:

PaththView.h

In class SPathView

it has two function;

*GetSelectedPath();

GetSlectedPaths(); // this is what you what.*