D
davidw
Hi,
I have some files stored in one of my servers, they all don't have suffix,
they can be accessed with path like \\share1\1010\1010178 , 101078 is file
name, but in some case ,I need access them with a suffix, like 1010178.txt,
I am thinking creating a virtual folder somewhere, so when user access
\\share2\1010\1010178.txt I can read out the real file and send back, is it
possible? ASP.NET provide virtualpathprovider, but that is for HTTP, I want
a local network share.
thanks
I have some files stored in one of my servers, they all don't have suffix,
they can be accessed with path like \\share1\1010\1010178 , 101078 is file
name, but in some case ,I need access them with a suffix, like 1010178.txt,
I am thinking creating a virtual folder somewhere, so when user access
\\share2\1010\1010178.txt I can read out the real file and send back, is it
possible? ASP.NET provide virtualpathprovider, but that is for HTTP, I want
a local network share.
thanks