LocalDirectory Property

Return the local installation directory for the file.

Syntax

object.LocalDirectory

The object is an expression that evaluates to a PackageFile object.

Remarks

The LocalDirectory property returns the directory where the file would be created or updated on the local system. If the installation directory contains environment variable tokens or folder macros, they are automatically expanded.

For more information about how environment variables or folder macros may be used to specify the installation directory for a file, refer to the Directory property.

See Also

Directory Property