1. If file explorer is not set up to see .lnk extensions then copying or moving the file is difficult since it tells you the file is not available and the getfullname procedure does not include the extension. (you need to set up the File explorer view in Control panel).
2. If you double click on a lnk file it will run an exe file ok. or open Word if a link to a doc file is clicked so that works.
3. If the lnk is to another folder it should move to that folder within the elshelllist component but it actually opens file explorer instead which is annoying. Is there any way of preventing File Explorer from opening? I cant catch it with DblClick - the procedure starts but File Explorer has already opened. If I can stop it I can program a move in Elshelllist to the new folder.
Comments