Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NFileSystemService Class / GetCurrentFolder Method


In This Topic
    GetCurrentFolder Method
    In This Topic
    Gets the current folder, or null if a current folder path is not provided.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCurrentFolder( _
       ByVal fileSystem As NFileSystem _
    ) As NFolder
    'Usage
     
    
    Dim instance As NFileSystemService
    Dim fileSystem As NFileSystem
    Dim value As NFolder
     
    value = instance.GetCurrentFolder(fileSystem)
    public virtual NFolder GetCurrentFolder( 
       NFileSystem fileSystem
    )

    Parameters

    fileSystem
    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