Re: newgie string help please
From: Du Dang (vietquest_at_hotmail.com)
Date: 02/14/04
- Next message: Du Dang: "Re: newgie string help please"
- Previous message: Nick Malik: "Re: re:Sending text as parameter to a C# application"
- In reply to: darren: "newgie string help please"
- Next in thread: Du Dang: "Re: newgie string help please"
- Reply: Du Dang: "Re: newgie string help please"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 14 Feb 2004 12:41:50 -0500
try this
string s = @"""C:\Documents and Settings\Darren\My Documents\Visual
Studio Projects\shorcut\bin\Debug\shorcut.exe\"" /r";
<darren> wrote in message news:clas20l913djk238505jm5ib8tnk0hfh7u@4ax.com...
>
> hi iam righting aprogram that creates its own desktop shotcut and a
> want to add a command line switch
>
> so i want to have a string like this
>
> "C:\Documents and Settings\Darren\My Documents\Visual Studio
> Projects\shorcut\bin\Debug\shorcut.exe" /r"
>
> my problem is how do i get the single " quote mark into my string
> please help
>
> thanks
> Darren
- Next message: Du Dang: "Re: newgie string help please"
- Previous message: Nick Malik: "Re: re:Sending text as parameter to a C# application"
- In reply to: darren: "newgie string help please"
- Next in thread: Du Dang: "Re: newgie string help please"
- Reply: Du Dang: "Re: newgie string help please"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|