I can't found a suitable function in System.IO namespace,
that's why i post my question here.
The path of the file, i would like to find is unknown. i
will supply the filename in my code, and i would like to
find the path of the file. Can you help me?
I am unsure if there is a function or class in the IO namespace that would
assist with this directly.. although.. you could just load files into an
array or even better a hashtable and search for it through there?