会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
涂磊的小作,请赐教
| |
新随笔
|
新文章
| | |
管理
2020年11月16日
delphi 判断目录是否存在
摘要: delphi7 if not DirectoryExists(Edit1.Text) then 判断目录是否存在 begin //判断目录不存在 end; delphi 10.3 uses FileCtrl; procedure TForm4.FormCreate(Sender: TObject);
阅读全文
posted @ 2020-11-16 18:27 涂磊
阅读(464)
评论(0)
推荐(0)
编辑