i would like to run a process with the parameter: filename.
string parms = filechooser.Filename ;
psi = new ProcessStartInfo("timidity", parms);
The problem occur when user choose a filename with some spaces.
Ho can i pass the parameter with the ” ” ?
Thanks
Try this.