Pointer to a valid FileOperations class.
Tag to set. Valid tags are:
set last_error to the passed value.
Flag TRUE/FALSE. If TRUE, afc_fileops_chown() will fail if it cannot chown the file.
Flag TRUE/FALSE. If TRUE, afc_fileops_chmod() will fail if it cannot chmod the file.
Flag TRUE/FALSE. If TRUE, afc_fileops_utime() will fail if it cannot setutime the file.
Flag TRUE/FALSE. If TRUE, afc_fileops_mkdir() will fail if it cannot create a dir.
You can pass a valid stat structure as argument and owner, group and mode will be taken from this stat file.
The numerical value for the owner of any new/copied file. Default value is -1 which means "current user"
The numerical value of the groupof any new/copied file. Default value is -1 which means "current group"
The numerical value of the mode of any new/copied file. Default value is -1 which means "current mode"
Buffr size for copy operations. Default value is 4096 bytes (AFC_FILEOPS_COPY_DEFAULT_BUFFER)
Value to set to the tag.