Click or drag to resize

PageLoadIOLibrary Method

[This is preliminary documentation and is subject to change.]

Loads Monkeyspeak IO Library into this Page

Used for File Input/Output operations

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public void LoadIOLibrary(
	string authorizedPath = null
)

Parameters

authorizedPath (Optional)
Type: SystemString

[Missing <param name="authorizedPath"/> documentation for "M:Monkeyspeak.Page.LoadIOLibrary(System.String)"]

See Also