Hi!!

I designed an interface which calls an executable program written in c. This program needs an input image and outputs another image which has the name: "<the same as the input one>_out". My interface has to display both images (input in picturebox1 and output in picturebox2), I've done so for the input image but now I need to get the path for the output one to display it. I know that there are functions like My.Computer.FileSystem.GetFileInfo() or My.Computer.FileSystem.FindInFiles() but I think they're useless for me, do you think so?

Do you know any methods or functions to get the path of my output file? Is it possible?

My knowledge of visual basic .NET is very basic, as you probably have noticed.

Thank you all!

If you need more information just let me know and I'll try to explain!