views:

10

answers:

0

Hi there,

is there a way to get all available virtual directories that are listed below the directory of the current site? Like

string[] virt = Directory.GetVirtualDirectories(".");

or something like that?

Thanks

Hendrik