get_child


Description:

public File get_child (string name)

Gets a child of this with basename equal to name.

Note that the file with that specific name might not exist, but you can still have a File that points to it. You can use this for instance to create that file.

This call does no blocking I/O.

Parameters:

this

input File

name

string containing the child's basename

Returns:

a File to a child specified by name. Free the returned object with unref.