Syntax

expression.Path

expression A variable that represents an AutoRecover object.

Example

This example sets the path of the AutoRecover file to drive C.

Visual Basic for Applications
Sub SetPath() Application.AutoRecover.Path = "C:\" End Sub

See also: