Loupe - Log - Monitor - Resolve
Gibraltar Namespace / FileReferenceCollection Class / FileReferenceCollection Constructor
The file path to monitor.
A matching filter to files to look for in the specified path

In This Topic
    FileReferenceCollection Constructor
    In This Topic
    Create a new directory monitor for the provided file reference collection on the provided path.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal path As String, _
       ByVal filter As String _
    )
    public FileReferenceCollection( 
       string path,
       string filter
    )

    Parameters

    path
    The file path to monitor.
    filter
    A matching filter to files to look for in the specified path
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also