PropertyObjectFile.ReadFile
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
PropertyObjectFile.ReadFile
Syntax
PropertyObjectFile.ReadFile( handlerType = ConflictHandler_Error)
Return Value
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 .