Create a child name based on this directory object.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public string ChildName(
	string filename
)
Visual Basic
Public Function ChildName ( 
	filename As String
) As String
Visual C++
public:
String^ ChildName(
	String^ filename
)
F#
member ChildName : 
        filename : string -> string 

Parameters

filename
Type: System..::..String
file name to use

Return Value

Type: String
child name

See Also