string path = "C:\\Programs\\MyProgram\\My.exe";
You can use the verbatim string literal character (@) to build the string exactly as it appears within the double quotation marks.
string path = @"C:\Programs\MyProgram\My.exe";
Blog personal
Niciun comentariu:
Trimiteți un comentariu