createfile??

zz791224 2004-05-05 11:47:45
我不太懂英文,谁能给我讲一下CREATEFILE这个函数呀??太谢谢了!!
...全文
75 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
creativepeter 2004-07-09
  • 打赏
  • 举报
回复
楼主,不是API里面的createfile函数的参数种类可不是谁都能用到的,讲解不可能面面俱到,咱们搞开发的,有时候还是以应用为主。需要什么就用什么吧。
auly403 2004-07-08
  • 打赏
  • 举报
回复
看看CSDN就行
wwwxuebin 2004-05-06
  • 打赏
  • 举报
回复
function createfile(filename:string):integer;
就这么用吧
procedure filelookup(filename:string);
var
tempfile:file;
filehandle:integer;
begin
if not fileexists(filename) then
filehandle:=createfile(filename);
if filehandle<>0 then
showmessage('file create success')
else
showmessage('Can not Create file');
end;
visual_cjiajia 2004-05-06
  • 打赏
  • 举报
回复
倒 要强迫自己看英文!
visual_cjiajia 2004-05-06
  • 打赏
  • 举报
回复
他说好象是API 呵呵:)

1,183

社区成员

发帖
与我相关
我的任务
社区描述
Delphi Windows SDK/API
社区管理员
  • Windows SDK/API社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧