SaveFile method..?

  • Thread starter Thread starter Brian Underhill via DotNetMonster.com
  • Start date Start date
B

Brian Underhill via DotNetMonster.com

Using C#, there is a SaveFile method under the .NET framework class. What do
I need to include to get access to this? Is there a .NET library that you
have to include?
 
The SaveFile() method applies to Windows Forms applications. You can include
it in other applications, but you are better to work with the File objects
instead if you are not working with WIn Forms and dialogues.

Hope this helps.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

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

Back
Top