Hey!
  I'm having a bit of trouble.  I have used .NET to create forms in 
C# for my pocketpc.  The forms create an output text file.  I want to 
save this file in a folder that already exists on the pocket pc. The 
folder is known as business and is under My Documents.  Currently, 
the text file is writing to My Device.  I am using filestream.  Does 
anybody have any idea on how to specify the path.

I am currently using

fs filestream = new filestream(@"\My Documents\Business\Health.txt", 
the file mode)

any ideas?

Thanks
Shermeen





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Microsofts_C_Sharp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to