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: 2.0.0
Syntax
public JumboFileSystemEntry GetChild(
	string name
)

Parameters

name
Type: SystemString
The name of the child.

Return Value

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