newFile

newFile(str: String);

The newFile method of the MultiMedia class creates a new file for the device specified in the str parameter.

If the useDotNetVersion property is set to true, the newFile method is not available and it generates exception 1068 (Feature not available in this release).

This method is normally used only before commencing a recording process. See also the record and save methods.