ShellLink.this

Read Shell Link from data. fileName should be path to the .lnk file where data was read from.

  1. this(string fileName)
  2. this(const(ubyte)[] data, string fileName)
    class ShellLink
    @safe
    this
    (
    const(ubyte)[] data
    ,
    string fileName = null
    )

Throws

ShellLinkException if data could not be parsed.

Meta