Giriş
stat metodu ile kardeştir.
Örnek
Şöyle yaparız.
stat metodu ile kardeştir.
Örnek
Şöyle yaparız.
int fileSize = 0;
int fd = ...;
struct stat buf;
fstat(fd, &buf);
fileSize = buf.st_size;
Hiç yorum yok:
Yorum Gönder