1. 首页
  2. 数据库
  3. Access
  4. Delphi扩展的文件目录操作函数

Delphi扩展的文件目录操作函数

上传者: 2019-07-13 05:05:17上传 TXT文件 33.33KB 热度 39次
functionMoveFile(constsName,dName:string):Boolean;{*移动文件、目录,参数为源、目标名}procedureFileProperties(constFName:string);{*打开文件属性窗口}functionOpenDialog(varFileName:string;Title:string;Filter:string;Ext:string):Boolean;{*打开文件框}functionFormatPath(APath:string;Width:Integer):string;{*缩短显示不下的长路径名}function
下载地址
用户评论
码姐姐匿名网友 2019-07-13 05:05:17

编译缺少文件,运行不起