Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.40K
~149 People Reached
Favorite Forums
Member Avatar for jen140

Hello again. I have another problem =). I need to change the 1.lnk "pointing" path, i can get it with the following code : [code] string path = @"c:\1.lnk"; FileInfo fi = new FileInfo(@path); if (fi.FullName.EndsWith("lnk")) { IWshShell shell = new WshShell(); var lnk = shell.CreateShortcut(fi.FullName) as IWshShortcut; if (lnk …

Member Avatar for devnull
0
149