Returns a path to the movie currently being recorded or compressed. If no movie is being recorded or compressed, returns either the empty string (""
) or the path of the last movie recorded/compressed.
See also Mac client functions.
Signature:
path
=
MovieRecording_GetMovieFullPath()
Returns:
path
- Path to the movie currently being recorded or compressed, relative to the folder containing the World of Warcraft app (string
)
Examples:
MovieRecording_GetMovieFullPath() -- returns (e.g.) "Movies/Thunder_Bluff_060409_193403.mov"
This function is designed for the Mac OS X client only