Tells the editor to save the currently opened file under the new filename.

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

Syntax

C#
void SaveAs(
	string filename
)

Parameters

filename
Type: System..::..String
The new path to save the currently opened file to.

See Also