WshShortcut

WshShortcut

WshShortcut 對象,建立指向快捷方式的對象引用

簡介


該對象未直接給出。要獲得 WshShortcut 對象,請使用 WshShell.CreateShortcut 方法。

示例


ProgID N/A
文件名 wshom.ocx
CLSID F935DC28-1CF0-11d0-ADB9-00C04FD58A0B
IID F935DC27-1CF0-11d0-ADB9-00C04FD58A0B
下表說明和 WshShortcut 對象有關的屬性。
屬性 說明
Arguments 快捷方式對象的參數。
Description 快捷方式對象的說明。
WshShortcut
WshShortcut
FullName 返回快捷方式目標的全路徑。 Hotkey 快捷方式對象的熱鍵。
IconLocation 快捷方式對象的圖標位置。
RelativePath 快捷方式的相對路徑
TargetPath 快捷方式對象的目標路徑。
WindowStyle 快捷方式對象的窗口樣式。
WorkingDirectory 快捷方式對象的工作目錄。
下表說明與 WshShortcut 對象有關的方法。
方法 說明
Save 將快捷方式存儲到指定的文件系統中。