Conversions

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hey,
I need to convert a Stream I get from a Save File dialog
(the path) into a string so that my StreamWriter knows
what the current path is. Any input?

Thanks,
Chris
 
Chris,
I need to convert a Stream I get from a Save File dialog
(the path) into a string so that my StreamWriter knows
what the current path is. Any input?

Why don't you get the path from the FileName property of the
OpenFileDialog?



Mattias
 
Back
Top