ShellLink.this

Read Shell Link from fileName.

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

Throws

ErrnoException if file could not be read. ShellLinkException if file could not be parsed. Note: file will be read as whole.

Meta