Nevron Open Vision Documentation
Nevron.Nov Namespace / ENPathNotation Enumeration


In This Topic
    ENPathNotation Enumeration
    In This Topic
    Enumerates the supported URI local path notations.
    Syntax
    'Declaration
     
    
    Public Enum ENPathNotation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPathNotation
    public enum ENPathNotation : System.Enum 
    Members
    MemberDescription
    UnixUnix local path notation, for example "/Documents/MyFile.txt".
    WindowsWindows local path notation, for example "C:\Documents\MyFile.txt".
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENPathNotation

    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