首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

C写的文件操作方法 如何用delphi实现

2012-11-01 
C写的文件操作方法 怎么用delphi实现?int stat(char* FilePath, struct stat* buffer) // 获取文件的信息

C写的文件操作方法 怎么用delphi实现?
int stat(char* FilePath, struct stat* buffer) // 获取文件的信息 保存到buffer里面

这个方法是linux下C的方法 delphi里面哪个方法可以代替他



[解决办法]
TFileStream或者TextFile,delphi下比较多,看你怎么选择。
[解决办法]
winapi GetFileInformationByHandle
[解决办法]
文件流操作

热点排行