- 8
- 0
- 约1.13万字
- 约 19页
- 2017-06-10 发布于河南
- 举报
Delphi文件、文件夹常用操作(国外英文资料)
Delphi文件、文件夹常用操作(国外英文资料)
RemoveDirectory
/ / get the current folder, GetCurrentDir
/ / set the current folder, SetCurrentDir. ChDir; SetCurrentDirectory
/ / get the current path name GetDir for the specified driver
/ / file name RenameFile
/ / create the folder CreateDir; CreateDirectory; ForceDirectories
/ / remove empty folder RemoveDir; RemoveDirectory
/ / create a new file FileCreate
/ / get the version number of the current file, GetFileVersion
/ / get the disk space DiskSize; DiskFree
/ / FindFirst; FindNext; FindClose
/ / read and set the file properties FileGetAttr; FileSetAttr
/ / the
原创力文档

文档评论(0)