Video.GetFilename

string Video.GetFilename ( 

string ObjectName )

Example 1

file = Video.GetFilename("Video1");

Gets the path to the file currently loaded in the video object called "Video1" and stores it in a variable called "file."

See also:  Related Actions