Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NInteropFileSystemServiceStub Class / GetFiles Method


In This Topic
    GetFiles Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetFiles( _
       ByVal fsoFolderStr As System.String, _
       ByVal searchPattern As System.String, _
       ByVal scanMode As System.Integer _
    ) As System.String()
    'Usage
     
    
    Dim instance As NInteropFileSystemServiceStub
    Dim fsoFolderStr As System.String
    Dim searchPattern As System.String
    Dim scanMode As System.Integer
    Dim value() As System.String
     
    value = instance.GetFiles(fsoFolderStr, searchPattern, scanMode)
    public System.string[] GetFiles( 
       System.string fsoFolderStr,
       System.string searchPattern,
       System.int scanMode
    )

    Parameters

    fsoFolderStr
    searchPattern
    scanMode
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also