- Jun
- 568
- 4
Many of my scripts use the @FULL function to get fully qualified standard path names for directories and files to pass to programs that do not know about directory aliases. Suddenly they have stopped working. Here are simple examples that illustrate the problem. The first shows TCC version 30; the second one the latest version.
I hope this is a bug and not a complete reformulation of what the @FULL function is supposed to do.
[TCMD30.00.22 | C:\Users\Jay\Dropbox]
>echo %@full[tmp:*]
C:\temp\*
[TCMD32.10.20 | C:\]
>echo %@full[tmp:*]
C:\tmp:*
I hope this is a bug and not a complete reformulation of what the @FULL function is supposed to do.