Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NFolder Class / GetFile Method


In This Topic
    GetFile Method (NFolder)
    In This Topic
    Gets a file, which is relative to this folder.
    Syntax
    'Declaration
     
    
    Public Function GetFile( _
       ByVal fileName As System.String _
    ) As NFile
    'Usage
     
    
    Dim instance As NFolder
    Dim fileName As System.String
    Dim value As NFile
     
    value = instance.GetFile(fileName)
    public NFile GetFile( 
       System.string fileName
    )

    Parameters

    fileName
    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