load file names
-
i want to populate combo by file names which contain on specified folder on form load.still i couldn't find a way. can anyone help me to solve this.
-
i want to populate combo by file names which contain on specified folder on form load.still i couldn't find a way. can anyone help me to solve this.
System.IO.Directory.GetFiles
Christian Graus - Microsoft MVP - C++ "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 )
-
System.IO.Directory.GetFiles
Christian Graus - Microsoft MVP - C++ "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 )
thank you very much.that's working.:)i was trying with System.IO.Path.GetFileName. :)