Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / WRQMPEFileNamesOption Enumeration


In This Topic
    WRQMPEFileNamesOption Enumeration
    In This Topic
    Specifies which MPE operating system naming convention to use.
    Syntax
    'Declaration
     
    
    Public Enum WRQMPEFileNamesOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WRQMPEFileNamesOption
    public enum WRQMPEFileNamesOption : System.Enum 
    Members
    MemberDescription
    AutoThe host program determines which naming system to use.
    MpeReflection uses traditional MPE filenames unless a name begins with a forward slash or a period, in which case the name is assumed to be a POSIX name.
    MpeOnlyReflection uses traditional MPE filenames, reporting any filename beginning with a forward slash or a period as invalid.
    PosixReflection uses POSIX filenames.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.WRQMPEFileNamesOption

    See Also