| OpenDirectory method
           Opens a directory and initializes the object with it. 
        Syntax:
          
            variable = object.OpenDirectory(path [,SF_Flags]) 
           
        Parameters:
          
            path - the directory specification. 
            SF_Flags - standard SF flags 
            returned value: Boolean success indicator 
           
        Applies to:  SFDirStorage
        object 
          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 
           
          
         |