dereferenceLinks property

bool dereferenceLinks
getter/setter pair

Whether shortcuts should be treated as their target items.

When this value is set to true, the application will follow the target of a shortcut when encountering a .lnk file, rather than treating it as the shortcut itself.

Setting this value to false allows an application to open a .lnk file directly, without resolving the target it points to.

Implementation

bool dereferenceLinks = true;