c# - How to Delete from from folder in wcf -


i have web app upload files 1 folder. want delete file folder using wcf service. in asp.net use string filepath = server.mappath(fpath); not working in wcf.

any help?

i'm guessing need change to:

string filepath = httpcontext.current.server.mappath(fpath) 

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -