I have the following metabase path:
/lm/w3svc/1/root/foo
which I can see in IIS manager maps to the virtual directory:
Default Web Site/foo
How can I determine the virtual directory name from the metabase path in c++?
I have the following metabase path:
/lm/w3svc/1/root/foo
which I can see in IIS manager maps to the virtual directory:
Default Web Site/foo
How can I determine the virtual directory name from the metabase path in c++?