程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> Delphi >> 與文件相關Api函數列表

與文件相關Api函數列表

編輯:Delphi

Api函數名

函數說明

適用范圍

W3.x

W95

NT

mmioWrite

寫文件

否

是

是

WriteFile

寫文件

否

是

是

ExtractAssociatedIcon

從文件或相關EXE中獲取圖標句柄

否

是

是

ExtractIcon

從可執行文件中返回圖標句柄

否

是

是

LZRead

從壓縮文件中讀入數據

是

是

是

GetPrivateProfileString

從私有文件中獲取字符串

是

是

是

GetPrivateProfileInt

從私有文件中獲取整數

是

是

是

UnlockFile

開鎖文件

否

是

是

UnlockFileEx

開鎖文件

否

是

是

LZOpenFile

打開文件

是

是

是

mmioOpen

打開多媒體文件

否

是

是

SetFileApisToOEM

設置文件API為OEM字符集

否

是

是

SetFileSecurity

設置文件或目錄安全屬性

否

是

是

FindFirstChangeNotification

設置文件或目錄修改等待

否

是

是

SetFileTime

設置文件的64位時間

否

是

是

mmiOSetInfo

設置文件信息

否

是

是

SetTextColor

設置文件前顏色

是

是

是

SetFilePointer

設置文件指針位置

否

是

是

SetFileAttributes

設置文件屬性

否

是

是

SetFileApisToOEM

設置文件API為OEM字符集

否

是

是

SetFileSecurity

設置文件或目錄安全屬性

否

是

是

FindFirstChangeNotification

設置文件或目錄修改等待

否

是

是

SetFileTime

設置文件的64位時間

否

是

是

mmiOSetInfo

設置文件信息

否

是

是

SetTextColor

設置文件前顏色

是

是

是

SetFilePointer

設置文件指針位置

否

是

是

SetFileAttributes

設置文件屬性

否

是

是

DeleteFile

刪除文件

否

是

是

mmiOSeek

改變當前文件位置

否

是

是

MoveFile

更名文件

否

是

是

MoveFileEx

更名文件

否

是

是

GetFileTime

返回文件64位時間

否

是

是

GetFileTitle

返回文件名

否

是

是

GetVolumeInformation

返回文件系統信息

否

是

是

GetFileVersionInfo

返回文件的版本信息

否

是

是

GetFullPathName

返回文件的路徑名

否

是

是

GetFileInformationByHandle

返回文件信息

否

是

是

GetFileType

返回文件類型

否

是

是

GetFileAttributes

返回文件屬性

否

是

是

GetShortPathName

返回文件短路徑

否

是

是

mmioRead

讀入文件

否

是

是

ReadFile

讀文件

否

是

是

WriteFileEx

寫文件

否

是

是

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved