Function

FwupdPlugincommon_mkdir_parent

Declaration [src]

gboolean
fu_common_mkdir_parent (
  const gchar* filename,
  GError** error
)

Description [src]

Creates any required directories, including any parent directories.

Available since:0.9.7

Parameters

filename const gchar*
 

A full pathname.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE for success.