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!
***************************
 
Back
Top