Chapter 9 Generation Reference Guide (GTL)
This macro changes the current directory. It is available to execute generation commands only, and may be used in addition to standard GTL macros when defining commands.
.change_dir '(' <path> ')'
Parameter | Type | Description |
---|---|---|
<path> | Simple template (escape sequences ignored) | New current directory |
Example:
.change_dir(C:\temp)
Copyright (C) 2005. Sybase Inc. All rights reserved. |