PropertyObjectFile.ReadFile

Syntax

PropertyObjectFile.ReadFile( handlerType = ConflictHandler_Error)

Return Value

Boolean

Returns True if the file is read successfully. Returns False if the file has type conflicts and the user cancelled the operation.

Purpose

Reads the contents of the file from disk.

Remarks

The PropertyObjectFile.Path property determines the pathname of the file to read.

Parameters

handlerType As TypeConflictHandlerTypes

[In] Specifies how to handle type conflicts in the file.

This parameter has a default value of ConflictHandler_Error .

See Also

PropertyObjectFile.IsDiskFileModified

PropertyObjectFile.Path

PropertyObjectFile.WriteFile

TypeConflictHandlerTypes