I want to edit the path in a link file which leeds to a file or folder which changes it's path quite often. I found some things in C or other languages but never for C#.
Test.lnk -> C:\TestFolder 1.2.3\
I want to change that link using C# to
Test.lnk -> C:\TestFolder 1.2.4\
Does anyone know how to do so?