Click or drag to resize
BTreeLoadFileIntoTree Method (String, BtreeString, String, Boolean)
default for strings

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void LoadFileIntoTree(
	string filename,
	Btree<string> root,
	string levelSeparator = "",
	bool RecreateFileIfInvalid = true
)

Parameters

filename
Type: SystemString
root
Type: ANDREICSLIB.HelpersBtreeString
levelSeparator (Optional)
Type: SystemString
RecreateFileIfInvalid (Optional)
Type: SystemBoolean
See Also