Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NFileSystemService Class / GetFile Method / GetFile(NFolder,String) Method
File name or relative path.


In This Topic
    GetFile(NFolder,String) Method
    In This Topic
    Gets the file with the given name or relative path.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetFile( _
       ByVal folder As NFolder, _
       ByVal fileName As System.String _
    ) As NFile
    'Usage
     
    
    Dim instance As NFileSystemService
    Dim folder As NFolder
    Dim fileName As System.String
    Dim value As NFile
     
    value = instance.GetFile(folder, fileName)
    public virtual NFile GetFile( 
       NFolder folder,
       System.string fileName
    )

    Parameters

    folder
    fileName
    File name or relative path.
    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