开发者

How can I get set input files path runtime?

开发者 https://www.devze.com 2023-03-05 11:08 出处:网络
I need to select the path directory of my \"files.dat\" at runtime. My Visual Studio project crea开发者_JAVA技巧te a .dll (that is a Nutech plugin) and in the code it is just implemented a load funct

I need to select the path directory of my "files.dat" at runtime.

My Visual Studio project crea开发者_JAVA技巧te a .dll (that is a Nutech plugin) and in the code it is just implemented a load functions of this files. So I need that the user can choose the directory of files to load to the process.


Your function must receive a name of an input file as a parameter and do exactly one thing: load data from the file. Everything else (like showing a dialog) is responsibility of the user code.

0

精彩评论

暂无评论...
验证码 换一张
取 消