Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

loadFile ["filename1" "filename2" ...][-startTime integer] [-type string] [-i] [-importType string] [-range integer integer] [-createBackupClip] [-currentSubject] 

Arguments

NameTypeRequiredComments
filenameString
String path name of file to be loaded (can be specified by the File Open or File Import dialog boxes or explicitly by name)

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths18%, 15%, 14%, 13%, 40%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Return value

boolean

Examples

Code Block
languagetext
loadFile -i -importType "mergeSelected"; 

...


// This command prompts you to select a non-native file. 

...


// The selected file is merged into your existing scene.

...



loadFile "C:/temp/myFile.vdf";

...


// Loads a native VDF file

Additional information

Related commands

...