Class Program.Dual


The Program.Dual Class implements a portable file and directory path format. The paths interoperate between Windows and Unix file systems. For example you can use either forward or backward slashes on both kinds of operating systems. However, using drive letters is 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.


Type Declarations


Procedure Declarations