VBS(VBScript)による送るの内容が保存されているパスを取得する方法を紹介
送るの内容が保存されているパスを取得する方法
サンプルソース
(入力)
Dim WS, SP
Set WS = CreateObject("WScript.Shell")
SP = WS.SpecialFolders("sendto")
WScript.Echo SP
(出力)
C:\Users\testuser\AppData\Roaming\Microsoft\Windows\SendTo