If "c:\sample.txt" file will always be there then you can define your constant like this:
Code:
Public Const SAMPLE_FILE As String = "C:\Sample.txt"
Change scope to Private if you want to declare it in the form.