命令說明
「桌面」的桌面圖示
ie瀏覽器的桌面圖示
當前使用者的「程式」選單資料夾
「控制面板」資料夾
「印表機」的桌面圖示
當前使用者的「我的文件」資料夾
當前使用者的「收藏夾」資料夾
當前使用者的「啟動」選單資料夾
當前使用者的「文件」選單資料夾
當前使用者的「傳送到」資料夾
**站當前使用者的「開始」選單資料夾
logical"my documents"desktop icon
當前使用者的「**檔案」資料夾
"my videos" folder
當前使用者的「桌面」資料夾
「我的電腦」桌面圖示
「網路上的芳鄰」的桌面圖示
當前使用者的「網路連線」資料夾
「系統字型」資料夾
系統中儲存文件模組的資料夾
所有使用者的「開始選單」資料夾
所有使用者的「程式」資料夾
所有使用者的「啟動」資料夾
所有使用者的「桌面」資料夾
當前使用者的「應用資料」資料夾
當前使用者的「網路印表機」桌面圖示
當前使用者的「應用資料」資料夾
non localized startup
non localized common startup
所有使用者的「我的收藏」夾檔案
當前使用者ie的「cache」資料夾
當前使用者ie的「cookie」資料夾
ie的「歷史記錄」資料夾
所有使用者的「應用資料」資料夾
系統中的windows目錄
windows系統的「system32」資料夾
「程式檔案」資料夾
當前使用者的「收藏」資料夾
當前使用者的「使用者配置檔案」資料夾
x86 system directory on risc
x86 c:\program files on risc
系統程式共用元件資料夾
x86 program files\common on risc
所有使用者的「模組」資料夾
所有使用者的「我的文件」資料夾
所有使用者的「管理工具」資料夾
當前使用者的「管理工具」資料夾
network and dial-up connections
all users\my music
all users\my pictures
all users\my video
resource direcotry
localized resource direcotry
computers near me (computered from workgroup membership)
組合命令&h8000
combine with csidl_ value to force folder creation in shgetfolderpath()
組合命令&h4000
combine with csidl_ value to return an unverified folder path
組合命令&h1000
combine with csidl_ value to insure non-alias versions of the pidl
組合命令&h800
combine with csidl_ value to indicate per-user init (eg. upgrade)
組合命令&hff00
mask for all possible flag values
取得某些特殊資料夾路徑
暴風側影 注釋 要使用shgetspecialfolderlocation 必須use shlobj 單元 在windows 下有很多的特殊含義的資料夾,如桌面,網路上的芳鄰,字型,我的文件,程式組,最近文件,傳送到,開始選單,啟動等,有時可能需要取得這些資料夾 的真正路徑。一種方法是通過讀登錄檔檔...
Unity 特殊資料夾
editor 資料夾中的指令碼主要用來擴充套件unity編輯器功能。這些指令碼不會被打包進最終發布的遊戲中。可以存在多個editor資料夾,此資料夾中的指令碼不能當gameobject的元件。editor default resources 使用editor資料夾拓展編輯器功能時,可以用editor...
Unity特殊資料夾詳解
這裡列舉出手遊開發中用到的縮影特殊資料夾。editor資料夾可以在根目錄下,也可以在子目錄裡,只要名子叫editor就可以。比如目錄 editor 和 editor 是一樣的,無論多少個叫editor的資料夾都可以。editor下面放的所有資源檔案或者指令碼檔案都不會被打進發布包中,並且指令碼也只能...