Package ch.bailu.gtk.gio
Schnittstelle FileAttributeInfoFlags
public interface FileAttributeInfoFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intcopy the attribute values when the file is moved.static final intcopy the attribute values when the file is copied.static final intno flags set.
-
Felddetails
-
NONE
static final int NONEno flags set.- Siehe auch:
-
COPY_WITH_FILE
static final int COPY_WITH_FILEcopy the attribute values when the file is copied.- Siehe auch:
-
COPY_WHEN_MOVED
static final int COPY_WHEN_MOVEDcopy the attribute values when the file is moved.- Siehe auch:
-