Package ch.bailu.gtk.gio
Schnittstelle FileMeasureFlags
public interface FileMeasureFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intTally usage based on apparent file
sizes.static final intDo not cross mount point boundaries.static final intNo flags set.static final intReport any error encountered
while traversing the directory tree.
-
Felddetails
-
NONE
static final int NONENo flags set.- Siehe auch:
-
REPORT_ANY_ERROR
static final int REPORT_ANY_ERRORReport any error encountered
while traversing the directory tree. Normally errors are only
reported for the toplevel file.- Siehe auch:
-
APPARENT_SIZE
static final int APPARENT_SIZETally usage based on apparent file
sizes. Normally, the block-size is used, if available, as this is a
more accurate representation of disk space used.
Compare with `du --apparent-size`.
Since GLib 2.78. and similarly to `du` since GNU Coreutils 9.2, this will
ignore the sizes of file types other than regular files and links, as the
sizes of other file types are not specified in a standard way.- Siehe auch:
-
NO_XDEV
static final int NO_XDEVDo not cross mount point boundaries.
Compare with `du -x`.- Siehe auch:
-