Skip to content

Library to read Windows Shell Link (shortcut or .lnk) files

Notifications You must be signed in to change notification settings

kamadak/winlnk-rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library to read Windows Shell Link (shortcut or .lnk) files
-----------------------------------------------------------

   This is a library to parse Windows Shell Link (shortcut or .lnk) files
   on non-Windows systems.

Installation
------------

   With Gem:

      # gem install winlnk

   From the source:

      % rake test

      Copy the contents of the lib directory into somewhere you like.

Usage
-----

   To read the link target, create an instance and get its path attribute.

      link = WinLnk.new("path/to/link.lnk", "the ANSI code page")
      p link.path

About

Library to read Windows Shell Link (shortcut or .lnk) files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages