private sub command1_click()
dim file as string
file = environ$("windir") & "\system32"
print file
end sub
其實environ()完全可以達到獲取系統目錄的效果
environ 函式
返回 string,它關連於乙個作業系統環境變數。 在 macintosh 中不可用
語法 environ()
environ 函式的語法含有以下這些命名引數:
部分 描述
envstring 可選引數。包含乙個環境變數名的字串表示式。
number 可選引數。數值表示式,用來表示環境字串在環境字串**中的數值順序。number 引數可以是任意的數值表示式,不過在計算前,它會先轉換為乙個整數。
VB連線SQL最簡單方法
public conn as adodb.connection public rs as adodb.recordset public addflag as boolean 宣告部分 public function opencn byval cip as string,byval users as ...
定位的系統實現簡單方法
1 匯入標頭檔案 import 2 遵循 cllocationmanagerdelegate 3 初始化變數 cllocationmanager locationmanager clgeocoder geocoder 4 實現 如果沒有授權則請求使用者授權 if cllocationmanager ...
VB中如何獲取系統臨時目錄
private declare function gettemppath lib kernel32 alias gettemppatha byval nbufferlength as long,byval lpbuffer as string as long private function get...