Package ch.bailu.gtk.gio
Interface FileAttributeInfoFlags
public interface FileAttributeInfoFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
copy the attribute values when the file is moved.static final int
copy the attribute values when the file is copied.static final int
no flags set.
-
Field Details
-
NONE
static final int NONEno flags set.- See Also:
-
COPY_WITH_FILE
static final int COPY_WITH_FILEcopy the attribute values when the file is copied.- See Also:
-
COPY_WHEN_MOVED
static final int COPY_WHEN_MOVEDcopy the attribute values when the file is moved.- See Also:
-