IShortcutsComponent
This interface creates new shortcuts and gets all the existing shortcuts from the project.
Declaration
IShortcutsComponent : IDispatch
Properties
Array<IShorcut> Shortcuts - Gets all the shortcuts from the project.
Array<URLShortcut> - Gets all the existing URL shortcuts from the project.
Methods
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.