IShortcutsComponentCopy link to this sectionLink to this section copied!

This interface creates new shortcuts and gets all the existing shortcuts from the project.

DeclarationCopy link to this sectionLink to this section copied!

IShortcutsComponent : IDispatch

PropertiesCopy link to this sectionLink to this section copied!

Array<IShorcut> Shortcuts - Gets all the shortcuts from the project.

Array<URLShortcut> - Gets all the existing URL shortcuts from the project.

MethodsCopy link to this sectionLink to this section copied!

CreateFileShorcut(IFolder Folder, IFile File) - returns IShortcut -
- Creates a new shortcut for the specified file, in the desired target folder.

CreateFileShorcutS(String Folder, String File) - returns IShortcut
- Creates a new shortcut for the specified file using the project path, in the desired target folder specified by project path.

CreateFolderShorcut(IFolder Folder, IFolder TargetFolder) - returns IFolderShortcut
- Creates a new shortcut for the specified TargetFolder, in the desired Folder.