FileAttributes Property

[This is preliminary documentation and subject to change.]

This is the Fileattributes property of the MsiInstall object. It returns a number representing the combined file attributes for the designated path to a file or folder.

Syntax

object.FileAttributes(filePath)

Parts

object
MsiInstall object.
filePath
The required path to the file or folder. A partial path assumes the current directory (which may be set by the Installer).

Remarks

Returns -1 if the file or folder does not exist is not accessible.