Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
swdev:dotnet:common_csharp_libraries [2010/08/20 11:13]
127.0.0.1 external edit
swdev:dotnet:common_csharp_libraries [2010/09/08 11:12] (current)
smayr
Line 90: Line 90:
   return Application.StartupPath;   return Application.StartupPath;
 } }
 +</code>
 +
 +  * Get temporary path: <code csharp>
 +string m_Filename = System.IO.Path.GetTempPath() + "\\" + filename;
 </code> </code>