I am opening a file and reading through it line by line. In the file is a summary of other files. Currently I am checking the files based on the date they were last modified, if they satisfy the specified condition I am writing the file path to a list box where on a double click event a certain action takes place. How would I go about using the file path in the list box to open that file in its associated program?