有的手機插上sd卡後,sd卡顯示的路徑是"//儲存卡",或者"//storage card",這個值是由以下的登錄檔項決定的:hkey_local_machine/system/storagemanager/profiles/sd memory
folder = ?
如果 folder = 儲存卡,那麼該手機在插上儲存卡後顯示的路徑是"//儲存卡",否則 = storage card ,則顯示的是路徑是"//storage card"。
在基於windows mobile 6.0 professional 的真機上驗證過。
當然你也可以將其命名為其他的名稱。
更為保險的方法是:通過使用findfirstflashcard 與findnextflashcard 來獲取手機上的任何型別的儲存卡
Node獲取路徑的3種方法
node提供了3種獲取路徑的方法 在當前目錄下,執行node const require path console.log dirname dirname console.log resolve resolve console.log cwd process.cwd dirname d new no...
獲取手機螢幕的四種方法
android獲取螢幕寬度的4種方法,android4種 方法一 windowmanager wm windowmanager this getsystemservice context.window service int width wm.getdefaultdisplay getwidth i...
反射的另外一種方法
t instance default t type type typeof t system.reflection.constructorinfo constructorinfoarray type.getconstructors system.reflection.bindingflags.ins...