1
Answer

C# file exists

In a C# application, I am downloading documents from a web service. I want to do a check to see if a document was downloaded to a particular location in the file directory structure. Thus can you tell me how to do this kind of a check?

Answers (1)