FileCreateFlags
Description:
[ CCode ( cprefix = "G_FILE_CREATE_" , type_id = "g_file_create_flags_get_type ()" ) ]
[ Flags ]
public enum FileCreateFlags
Flags used when an operation may create a file.
Content:
Enum values:
- NONE - No flags set.
- PRIVATE - Create a file that can
only be accessed by the current user.
- REPLACE_DESTINATION -
Replace the destination as if it didn't exist before.