How to get file path with limited information from a datatable?

@ATO

Directory.GetFiles("FolderPath","*Refcodevalue*")(0) will give you the matching file inside the given FolderPath

Hope this helps

cheers