Click or drag to resize

JumboDirectoryGetChild Method

Gets the child with the specified name.

Namespace: Ookii.Jumbo.Dfs.FileSystem
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public JumboFileSystemEntry? GetChild(
	string name
)

Parameters

name  String
The name of the child.

Return Value

JumboFileSystemEntry
The JumboFileSystemEntry for the child, or if it doesn't exist.
See Also