FileSys.createShortcut only creates shortcuts to EXE files [76]
| status: | | closed | | priority: | | medium | | reported in: | | 3.2.136 | | fixed in: | | 3.3.120 |
FileSys.createShortcut only creates shortcuts to EXE files. Shortcuts cannot be created to other types of documents and folders. FileSys.createShortcut was checking to make sure a target file existed before allowing the shortcut to be created. This made it impossible to create links to folders, URLs, etc. The restriction on the target has been removed.
|