2.8 Dual Platform Path

Dual Platform paths are used to write file and directory paths that interoperate between Windows and Unix operating systems. For example, you can use either forward or backward slashes to specify a path name.

Paths are used by Open commands, Trace commands, and in Class Map files. To write portable code you should avoid using platform specific paths. For example, although using drive letters is supported they are unique to Windows.


Path names are also case insensitive. With Unix file systems quoted components are case sensitive.


Wildcards in components select multiple components. An star is implicitly added to the end of each component. It can be suppressed by adding a trailing tick to the component. A quote at the end of a component also suppresses the trailing star.


Here are some wildcard examples.

Declare Macro

Intrinsic Function Summary