help here...open file from different directory
-
Hi everyone, i want to open my file from different directory for eg in c: drive,D: drive...or is there anyway that can allow mi to open my instruction.rtf file directly Below is the code that i can open my file from C: drive.
System.Diagnostics.Process.Start(@"C:\Documents and Settings\Lohsk\My Documents\XIUJUAN_P6_Program1\Instruction.rtf");
thanks:-D -
Hi everyone, i want to open my file from different directory for eg in c: drive,D: drive...or is there anyway that can allow mi to open my instruction.rtf file directly Below is the code that i can open my file from C: drive.
System.Diagnostics.Process.Start(@"C:\Documents and Settings\Lohsk\My Documents\XIUJUAN_P6_Program1\Instruction.rtf");
thanks:-DI'm not sure of the question. You can put any path you want in to Process.Start.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )