directory - Create a folder in a virtual folder with c# -
i created virtual folder in iis. in website, want create folders in virtual folder. tried multiple options, none worked. 1 of them:
directory.createdirectory(~/[virtual folder]/[map doesn't exist]);
i guess it's taking project folder , not referencing real folder. has idea how this?
thanks in advance!
physical path answer paul zahra.
Comments
Post a Comment