size metodu
Şöyle yaparız.
Şöyle yaparız.
Path path = Paths.get(lfile);
SeekableByteChannel sbc = Files.newByteChannel(path, StandardOpenOption.READ);
long size = sbc.size();
Hiç yorum yok:
Yorum Gönder