C_Sharp 板


LINE

因為 WshShell 調用的都是 ANSI 的 API (xxxA), 而不是 Unicode (xxxW), 所以不支援 Unicode. 如果只是 shortcut name 的問題, 可以參考 http://www.eggheadcafe.com/software/aspnet/32139594/-cant-create-shortcut.aspx 也就是先建立一個 ASCII 的 name, 然后用 File.Move 重命名. 至于 TargetPath, 用 WshShell 是無解的. 當然建立 Unicode path 的 shortcut 方法是有的: 1. 用 ShellLinkObject http://www.dotblogs.com.tw/larrynung/archive/2008/11/02/5847.aspx (其中的 Shell.Application Control Method) http://bytes.com/topic/net/answers/799758-c-regarding-interop-shell32-reference 2. 用 IShellLink http://smdn.invisiblefulmoon.net/programming/tips/createlnk/ http://www.rsdn.ru/forum/src/3098615.flat.aspx 3. 直接寫 .lnk 檔案 http://www.i2s-lab.com/Papers/The_Windows_Shortcut_File_Format.pdf 我用方法 1 已經成功實現了建立 Unicode 的 shortcut, 方法 2 沒試過, 看起來 代碼太多... 至于方法 3, 將會很復雜, 而且是 unoffical 的, 所以不推薦. 我參考的是第二個 url http://bytes.com/topic/net/answers/799758-c-regarding-interop-shell32-reference 不過他使用的 shortcutDirectory + shortcutName, targetDirectory + targetName 都是錯誤的, 因為 directory name 一般是不含有 結束的 "\", 建議使用 Path.Combine(). 另外, directory.Items().Item(shortcutName + ".lnk") 還可以使用 directory.ParseName(shortcutName + ".lnk"). 還有, 我使用 link.Save(null) 總是 fail, 必須使用 link.Save(Path.Combine(shortcutDirectory, shortcutName + ".lnk") 才行. 需要注意的地方是, 首先, 就像 http://www.dotblogs.com.tw/larrynung/archive/2008/11/02/5847.aspx 上面說的, 與 WshShell 不同, ShellLinkObject 不會主動 create 檔案, 所以需要手動 create. 另外, 如果代碼要寫的盡可能 robust, 首先如果 shortcut 檔案已存在而且是 read-only, 那么在 get ShellLinkObject.Path 的時候會有 access denied exception. 所以要確保 shortcut 檔案不能 read-only. 還有, 如果 shortcut 檔案已經存在, 但是是一個非法的 shortcut (比如由其他 格式的檔案改變 extension 而來), 而 ShellLinkObject 似乎不能 instantiate, 只能通過 FolderItem.GetLink 而來. 在 shortcut 檔案非法的情況下 (空檔案 除外), FolderItem.GetLink 同樣會有 exception thrown 出來, 無法繼續下面的 操作. FolderItem 有一個 property: FolderItem.IsLink, 不過看起來是直接 判斷 extension 是否為 .lnk. 在這種情況下, 只能先刪除非法的 shortcut 檔案, 然后再建立一個空 shortcut 檔案. 最后, 除了建立 .lnk 檔案, 還可以建立 .url 檔案: http://www.sorrowman.org/c-sharp-programmer/url-link-to-desktop.html 不過首先 .url 檔案不能 Open file location, 并不是 user-friendly. 其次對于 Unicode 的處理, .url 不能使用 Unicode encoding (至少 XP 是這樣, Vista/7 未試驗), 對于 Unicode 的 path, .url 檔案會增加 [InternetShortcut.A] 和 [InternetShortcut.W] 這兩個 section, 而且 encode 的方式個人感覺很復雜, 而且針對不同的 system locale 要分別處理, 如果 system locale 更改過, 這個 .url 很可能會無法使用 (未試驗). 當然這 是指直接操作 .url 檔案. 不知道 Windows 是否有可處理 Unicode path 的 .url 的 API (未作深入研究). ※ 引述《senjor (背德之哞)》之銘言: : 以下是小弟的程式 : ======================== : WshShellClass myWshShell; : // Create a new instance of WshShellClass : myWshShell = new WshShellClass(); : // Create the shortcut : IWshRuntimeLibrary.IWshShortcut MyShortcut; : // Choose the path for the shortcut : MyShortcut = : (IWshRuntimeLibrary.IWshShortcut)myWshShell.CreateShortcut(name + ".lnk"); : // Where the shortcut should point to : MyShortcut.TargetPath = filePath; : // Create the shortcut at the given path : MyShortcut.Save(); : ======================= : 就是FilePath的地方沒有辦法接受簡體字或日文 : 有沒有什麼方法可以讓他變成Unicode呢? --



※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.166.44.185 ※ 編輯: shinywong 來自: 220.166.44.185 (01/23 13:51)
1F:推 bdvstg:推 01/23 22:49
2F:推 senjor:推推 01/24 10:20







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:Tech_Job站內搜尋

TOP