摘要: /* -------------------------------------------------------------------------** File : cexcept.c *** Coder: Spark Song. * ** Note : Use the example code from 《C Interfaces and Implementations》 ... 阅读全文
posted @ 2011-03-27 21:54 Livesss 阅读(2364) 评论(0) 推荐(0) 编辑
摘要: 下面是windows中提供的对于文件进行操作的API函数及其功能:CloseHandle 关闭一个内核对象。其中包括文件、文件映射、进程、线程、安全和同步对象等。CompareFileTime根据FILETIME结构的信息,对比两个文件的时间CopyFile 复制文件。注意:只能复制文件,而不能复制目录CreateFile 这是一个全功能的函数,可打开和创建文件、管道、邮槽、通信服务、设备以及控制台DeleteFile 删除指定文件FindClose 关闭由FindFirstFile函数创建的一个搜索句柄FindFirstFile 根据文件名查找文件FindNextFile 根据调用FindF 阅读全文
posted @ 2011-03-27 21:51 Livesss 阅读(526) 评论(0) 推荐(0) 编辑