Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 650 Bytes

PyIInitializeWithFile.md

File metadata and controls

28 lines (14 loc) · 650 Bytes

PyIInitializeWithFile

PyIInitializeWithFile Object

Initializes a property handler that requires a file path instead of a stream

Methods

  • Initialize

    Passes a file path to a property handler on startup 

Initialize(FilePath, Mode) Passes a file path to a property handler on startup

Parameters

  • FilePath : str

    Full path to the file whose properties are to be accessed

  • Mode : int

    Indicates if properties can be written, STGM_READ or STGM_READWRITE