PyIPersistFile
.Load
Load(
FileName
, Mode
)
Opens the specified file and initializes an object from the file contents.
Parameters
FileName
: str
Absolute path of the file to open
Mode=STGM_READ
: int
Specifies the access mode from the STGM enumeration.