/
setAutoSaveFile

setAutoSaveFile

Description

Specify the name of the file in which the current file will be auto saved.

Shogun Post has an auto scene saving feature which will automatically save your scene after a specified period of time since the last file save performed.

By default, the location for the file is a file called AutoSave.hdf in your Shogun directory (e.g. C:/Users/Public/Documents/Vicon/ShogunPost#.#/AutoSave.hdf) unless you change it using the setAutoSaveFile command.

Use forward slashes instead of back-slashes for all file system paths.

Functional area

System

Command syntax

Syntax

setAutoSaveFile "autoSaveFile"

Arguments

Name Type Required Comments
autoSaveFile string yes Name of the file to save whenShogun Post auto-saves the scene

Flags

None

Return value

void

Examples

// Sets the auto-save file to be located in
// C:\Temp\ShogunPostAutoSave.hdf
setAutoSaveFile "C:/Temp/ShogunPostAutoSave.hdf";

Additional information

Related commands