expandfilename() 返回檔案的全路徑(含驅動器、路徑)
extractfileext() 從檔名中抽取副檔名
extractfilename() 從檔名中抽取不含路徑的檔名
extractfilepath() 從檔名中抽取路徑名
extractfiledir() 從檔名中抽取目錄名
extractfiledrive() 從檔名中抽取驅動器名
changefileext() 改變檔案的副檔名
expanduncfilename() 返回含有網路驅動器的檔案全路徑
extractrelativepath() 從檔名中抽取相對路徑資訊
extractshortpathname() 把檔名轉化為dos的8·3格式
matchesmask() 檢查檔案是否與指定的檔名格式匹配
C C 獲取當前路徑
獲取當前工作目錄是使用函式 getcwd。cwd指的是 current working directory 這樣就好記憶了。函式說明 函式原型 char getcwd char buffer,int len 引數 buffer是指將當前工作目錄的絕對路徑copy到buffer所指的記憶體空間,len...
C C 獲取當前路徑
獲取當前工作目錄是使用函式 getcwd。cwd指的是 current working directory 這樣就好記憶了。函式說明 函式原型 char getcwd char buffer,int len 引數 buffer是指將當前工作目錄的絕對路徑copy到buffer所指的記憶體空間,len...
wince獲取當前路徑
在evc下沒有getcurrentdirectory 這個函式能方便地獲取當前工作路徑,所以我們只能通過getmodulefilename 函式的返回值來獲取當前的工作路徑.szpath 獲取的當前工作路徑 void getcurrentdirectory cstring szpath const ...