hi
hope anyone who reads this post is doing well/will be doing well soon enough :) ...
i have a small problem... i have a program in c/c++ (i am using just a few functions of c++) which creates a log of files after doing some search(its not relavent to the question )...called files.txt... and then creates symbolic links for the files in the files.txt in a folder called results...
currently i am printing a statement which says..."please open results folder to view files found."...
i want to know is there a way by which i can open the result folder from the program i.e. result folder in a window with files/links to files as icon ...
I am using linux os... i can use c/c++ if c doesn't support the solution...