Informs the editor to open a file located at filename.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void Open(
	string filename
)

Parameters

filename
Type: System..::..String
The path to the file to open.

See Also