Gimp.path_to_str
function path_to_str(path: Array(String)): String {
// Gjs wrapper for gimp_path_to_str()
}
- path
A list of directories as returned by Gimp.path_parse.
- Returns
A searchpath string separated by #G_SEARCHPATH_SEPARATOR.
function path_to_str(path: Array(String)): String {
// Gjs wrapper for gimp_path_to_str()
}
A list of directories as returned by Gimp.path_parse.
A searchpath string separated by #G_SEARCHPATH_SEPARATOR.