I am trying to create a desktop shortcut(alias) on MAC using C++
I have done the same successfully on a Windows machine using the IShellLink and IPersistFile interfaces.
Though I have browsed around I have not been able to get any information on this for MAC.
In Windows I was able to give details of the the shortcut as follows:
1. Target File (Where the .exe resides) and
2. Arguments Eg -name <name Value> -password <password value>
3. Start In directory
Any pointers will be appreciated.
Thanks in advance,
I have done the same successfully on a Windows machine using the IShellLink and IPersistFile interfaces.
Though I have browsed around I have not been able to get any information on this for MAC.
In Windows I was able to give details of the the shortcut as follows:
1. Target File (Where the .exe resides) and
2. Arguments Eg -name <name Value> -password <password value>
3. Start In directory
Any pointers will be appreciated.
Thanks in advance,