Method

ArrowFileSystemdelete_files

Declaration [src]

gboolean
garrow_file_system_delete_files (
  GArrowFileSystem* file_system,
  const gchar** paths,
  gsize n_paths,
  GError** error
)

Description [src]

Delete many files.

Available since:0.17.0

Parameters

paths An array of gchar*
 

The paths of the files to be delete.

 The length of the array is specified in the n_paths argument.
 The data is owned by the caller of the function.
 Each element is a NUL terminated UTF-8 string.
n_paths gsize
 

The number of items in paths.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.