How can i get the real .ink files into a zip file?, instead of the file the shortcut links to
thanks
Professional Software Development Tools
How can i get the real .ink files into a zip file?, instead of the file the shortcut links to
thanks
They are NOT .ink files.
They are .LNK files.
You add them just as you would any other type of file.
Last edited by mwreyf1; 08-03-2009 at 01:14 PM.
but they link to say an exe right?
well am7 doesn't save the .lnk file but the exe where the lnk file links to
and i just want the .lnk not the .exe
That is not the result I'm getting.
It works fine using this code.
After the .ZIP is created I open it and all thats inside is the .lnk file, not the .EXE it points to that is in the same D: root.Code:Zip.Add("D:\\Myzip.Zip", {"D:\\ghostexp.lnk"}, true, "", 5, nil, false);
but if you use with the filebrowser it will point to the exe and that's what i don't want
Oh, I see.
Yes, that would be nice if they fixed that in the next version.