-- Lingo syntax _movie.fileVersion // JavaScript syntax _movie.fileVersion;
Movie property; indicates the version, as a string, of Director in which the movie was last saved. Read-only.
This statement displays the version of Director that last saved the current movie:
-- Lingo syntax put(_movie.fileVersion) // JavaScript syntax put(_movie.fileVersion);