| OpenStorageFile
          method 
           Opens a storage file (OLE compound file) and returns a  SFStorage
          object for it. 
          Syntax:
          
            Set stg = object.OpenStorageFile(file_path [,SF_Flags]) 
           
          Parameters:
          
            file_path - file specification for the file to open 
            SF_Flags - the standard SF flags. 
           
          Applies to: SFMain
          object 
          See also:  CreateStorageFile
           Supported on: 
          
            Windows 95/NT and later 
            Windows CE 3.0 and later 
            Pocket PC/Windows Mobile 2003 and later 
            Windows CE.NET 4 and later 
           
             |