摘要: unit Unit_main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, TypInfo; type TForm_main 阅读全文
posted @ 2017-06-11 12:47 夏天的西瓜君 阅读(1610) 评论(0) 推荐(0)
摘要: Delphi 2010 新增功能:IOUtils单元:TPath的方法与属性 以后路径相关的处理, 用 IOUtils.TPath 就很方便了. //较常用的方法: TPath.GetTempPath; {获取临时文件夹路径} TPath.GetTempFileName; {获取一个临时文件名} T 阅读全文
posted @ 2017-06-11 10:20 夏天的西瓜君 阅读(751) 评论(0) 推荐(0)