Pass.GetResolvedArchivePath

Introduced

v6.01

Description

Takes the archive path template given in the pass and resolves it to a real path name that can be used to output to disk.

See the Softimage User Guide for further details.

C# Syntax

String Pass.GetResolvedArchivePath( Object in_Frame );

Scripting Syntax

oString = Pass.GetResolvedArchivePath( [Frame] );

Return Value

String

Parameters

Parameter Type Description
Frame Variant Sets the frame at which the [Frame] or # template tokens are evaluated. To get the resolved path without the frame number being resolved, but rather replaced by '#' symbols, specify an empty string.

See Also

Framebuffer.GetResolvedPath XSIUtils.ResolveTokenString