findfirst函式的用法

2021-04-24 03:23:54 字數 971 閱讀 4113

findfirst函式的用法

函式名稱:     findfirst

函式原型:     int findfirst(char *fname,struct ffblk *ptr,int attrib)

函式功能:     尋找與fname相匹配的第乙個檔名稱

函式返回:

引數說明:     ptr-儲存查詢到的檔案資訊

所屬檔案:   

#include  

#include  

int main()

return 0;

}int findfirst(char *pathname,struct ffblk *ffblk,int attrib)查詢指定的檔案,成功

返回0

pathname為指定的目錄名和檔名,如"c://wps//txt"

ffblk為指定的儲存檔案資訊的乙個結構,定義如下:

┏━━━━━━━━━━━━━━━━━━┓

┃struct ffblk                      ┃

┃                                   ┃

┗━━━━━━━━━━━━━━━━━━┛

attrib為檔案屬性,由以下字元代表

┏━━━━━━━━━┳━━━━━━━━┓

┃fa_rdonly 唯讀檔案┃fa_label   卷標號┃

┃fa_hidden 隱藏檔案┃fa_direc   目錄   ┃

┃fa_system 系統檔案┃fa_arch 檔案   ┃

┗━━━━━━━━━┻━━━━━━━━┛

例:

struct ffblk ff;

findfirst("*.wps",&ff,fa_rdonly);

這只限於windows ,而在linux下使用開啟資料夾 要用opendir ,標頭檔案是dirent.h

函式的用法 INDEXC函式的用法

1 製作小 箱 如何利用excel製作簡單的小 箱?這裡與大家分享借用index函式來實現。在單元格中輸入公式 index a2 a17,randbetween 2,counta a2 a17 公式說明 counta函式表示統計非空單元格格式 randbetween函式表示隨機生成整數 2 隔行提取...

函式的用法 CELL函式高階用法,

資料多時看的眼花繚亂,使用聚光燈功能突出顯示當前的行和列,在檢視資料時非常方便,wps是自帶該功能的。選中要設定的資料區域,在 開始 選項卡下點 條件格式 選擇 新建規則 在彈出的 新建格式規則 視窗中選擇 使用公式確定要設定格式的單元格 在 為符合此公式的值設定格式 下輸入公式 or cell r...

lseek函式的用法lseek函式的用法

使用 lseek 函式可以改變檔案的 cfo include unistd.h include off t lseek int filedes,off t offset,int whence 返回值 新的偏移量 成功 1 失敗 引數 offset 的含義取決於引數 whence 1.如果 whenc...