Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / WRQMPEFileNamesOption Enumeration
In This Topic
WRQMPEFileNamesOption Enumeration
In This Topic
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 that begins with a forward slash or a period as invalid.
PosixReflection uses POSIX filenames.
See Also