Method
ArrowFileSystemdelete_files
Declaration [src]
gboolean
garrow_file_system_delete_files (
GArrowFileSystem* file_system,
const gchar** paths,
gsize n_paths,
GError** error
)
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 |
|
error |
GError ** |
The return location for a GError* , or NULL . |