libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ afc_file_mode_t

Flags for afc_file_open.

Enumerator
AFC_FOPEN_RDONLY 

r O_RDONLY

AFC_FOPEN_RW 

r+ O_RDWR | O_CREAT

AFC_FOPEN_WRONLY 

w O_WRONLY | O_CREAT | O_TRUNC

AFC_FOPEN_WR 

w+ O_RDWR | O_CREAT | O_TRUNC

AFC_FOPEN_APPEND 

a O_WRONLY | O_APPEND | O_CREAT

AFC_FOPEN_RDAPPEND 

a+ O_RDWR | O_APPEND | O_CREAT