In Vb.Net is there any way to "tag" a file so if I was to change its location my program could still find it, without the user having to search for it? I am using:
If Not System.IO.File.Exists(C:\Location\Folder\FileName.txt) Then System.IO.File.Create(C:\Location\Folder\FileName.txt)