Renamedirs File

The UD6/Cmtool driver can alter the name of a directory during the import or write process. This is most commonly done to alter cryptic Uniface names for names that are more understandable for source code management, such as 'include procs' being named 'I'.

Each line in the Renamedirs configuration file specifies a directory to rename from the incoming source code.

Here is an example:

¶SYSTEM_LIBRARY.dir:components.dir¶

¶C.dir:\control-panels.dir¶

¶D.dir:\device-tables.dir¶

¶I.dir:\include-procs.dir¶

¶M.dir:\messages.dir¶

¶P.dir:\global-procs.dir¶

¶T.dir:\translation-tables.dir¶

NOTE: The renaming performed by this configuration file is not intended to effect Uniface Libraries or Variations, such as 'D' (Deutsche) or 'SYSTEM_LIBRARY'.

$Revision: 1.7 $ $Date: 2011/02/28 02:56:33 $[go to top]