This is a multi-part message in MIME format.
------=_NextPart_000_0646_01C5C28C.5B447430
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
In my app I have a download folder and I try to open it with this code:
ProcessStartInfo psi =3D new ProcessStartInfo(OutputDir);
psi.UseShellExecute =3D true;
Process.Start(psi);
However it takes about 5 seconds to execute!!
Any idea why?
------=_NextPart_000_0646_01C5C28C.5B447430
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2722" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>In my app I have a download folder and =
I try to=20
open it with this code:<BR></FONT><FONT face=3DArial size=3D2><FONT =
color=3D#008080=20
size=3D2>ProcessStartInfo</FONT><FONT size=3D2> psi =3D </FONT><FONT =
color=3D#0000ff=20
size=3D2>new</FONT><FONT size=3D2> </FONT><FONT color=3D#008080=20
size=3D2>ProcessStartInfo</FONT><FONT =
size=3D2>(OutputDir);<BR>psi.UseShellExecute =3D=20
</FONT><FONT color=3D#0000ff size=3D2>true</FONT><FONT =
size=3D2>;<BR></FONT><FONT=20
color=3D#008080 size=3D2>Process</FONT><FONT =
size=3D2>.Start(psi);</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><FONT =
size=3D2> </DIV></FONT></FONT>
<DIV><FONT face=3DArial size=3D2>However it takes about 5 seconds to=20
execute!!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT><FONT face=3DArial size=3D2>Any =
idea=20
why?</FONT></DIV></BODY></HTML>
------=_NextPart_000_0646_01C5C28C.5B447430--