Suppose that "Path" is the name of column that show the file path, you can read the value of that particular cell in the current row like this
Code:
Dim filePath As String = DataGridView1.CurrentRow.Cells("Path").Value.ToString()