-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current implementation of bool createLink(const char * iFilePath, const LinkInfo & iLinkInfo); does not allow a user to have full control of the link parameters.
The following structure should be made public:
LinkFlagsFileAttributesFlagsShellLinkHeaderLNK_FILE_LOCATION_INFOLNK_LOCAL_VOLUME_TABLELNK_NETWORK_VOLUME_TABLELNK_ITEMID
Allow the user to have more control with functions like the following:
bool createLink(const char * iFilePath, const ShellLinkHeader & iHeader, const LinkInfo & iLinkInfo);Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request