Skip to content

A .NET library for parsing Windows shortcut file

License

Notifications You must be signed in to change notification settings

louietan/LnkParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LnkParser

LnkParser is a .NET library used for parsing Windows shortcut file.

It's currently only support partial structures of the MS-SHELLINK format.

Sample

var shortcut = new WinShortcut("the path of the shortcut file");
var target = shortcut.TargetPath; //get the real path of the target this shortcut refers to
var isdirectory = shortcut.IsDirectory; //get whether the target is a directory
var hotkey = shortcut.HotKey; //get the hotkey of this shortcut

About

A .NET library for parsing Windows shortcut file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages