Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NPath Class
Members


In This Topic
    NPath Class
    In This Topic
    Contains methods that facilitate the operations with path strings. Path strings are used to locatee files and folders inside a specific file system.
    Object Model
    NPath Class
    Syntax
    'Declaration
     
    
    Public Class NPath 
    'Usage
     
    
    Dim instance As NPath
    public class NPath 
    Remarks
    There are generally two norms for path string - for Windows and Unix based operating systems (macOS, Linux, Android, iOS etc.) The path implementation for Windows is accessible from the Windows static field. The path implementation for Unix based operating systems is accessible from the Unix static field. The path implementation for the current OS is accessible from the CurrentOS field.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.IO.NPath

    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