...
loadFile ["filename1" "filename2" ...][-startTime integer] [-type string] [-i] [-importType string] [-range integer integer] [-createBackupClip] [-currentSubject] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
filename | String | 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 | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Return value
boolean
Examples
Code Block | ||
---|---|---|
| ||
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
...