BB FlashBack SDK: FBEditor

Filename

Description

Returns or sets the path of the movie file to edit.

Syntax

[C#/C++]
public BSTR Filename;

[VB.NET]
Public Property Filename as String;

Remarks

To actually load the movie referenced by this property, call the Load method.

See Also

FBEditor::Load