How to copy a file from a .NET solution into a local folder during Runtime

S

sageer

I'm want retrieve a file, edit it and then copy it to a folder during
runtime

I'm trying to figure where exactly can I store these files in the
..NET solution so that I can access them during RunTime.
 
R

Rob Schieber

I'm want retrieve a file, edit it and then copy it to a folder during
runtime

I'm trying to figure where exactly can I store these files in the
.NET solution so that I can access them during RunTime.

If I understand your question, you are looking for a place to store
application specific files? If thats the case I would investigate the
System.IO.IsolatedStorage Classes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top