G_File_Error_Exist

G_File_Error_Exist



G_FILE_ERROR_EXIST . Operation not permitted only the owner of the file (or other resource) or processes with special privileges can perform the operation. G_FILE_ERROR_ISDIR. File is a directory you cannot open a directory for writing, or create or remove hard links to it. G_FILE_ERROR_ACCES, G_FILE_ERROR_EXIST : Operation not permitted only the owner of the file (or other resource) or processes with special privileges can perform the operation. G_FILE_ERROR_ISDIR: File is a directory you cannot open a directory for writing, or create or remove hard links to it. G_FILE_ERROR_ACCES, G_FILE_ERROR_EXIST . Operation not permitted only the owner of the file (or other resource) or processes with special privileges can perform the operation. G_FILE_ERROR_ISDIR. File is a directory you cannot open a directory for writing, or create or remove hard links to it. G_FILE_ERROR_ACCES, * # G_FILE_ERROR_EXIST . Unlike `errno` values, you can portably * assume that all #GFileError values will exist. * * Normally a #GFileError value goes into a #GError returned * from a function that manipulates files. So you would use * g_file_error_from_errno() when constructing a #GError. * * Returns: #GFileError corresponding to the given @errno * */, For example, if you pass in EEXIST this function returns G_FILE_ERROR_EXIST . Unlike values, you can portably assume that all GFileError values will exist. Normally a GFileError value goes into a GError returned from a function that manipulates files. So you would use g_file_error_from_errno() when constructing a GError.

Advertiser