"$OutputDirectory" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(→Format) |
(→Format) |
||
行 4: | 行 4: | ||
<font size=3>This tells the program where output files should be saved in.<br> |
<font size=3>This tells the program where output files should be saved in.<br> |
||
− | '''Note:''' the last letter in the directory must be a slash " <font color=red>'''/'''</font> " in Linux environment or a backslash " <font color=red>'''\'''</font> " in Windows environment. |
||
+ | '''Note:''' if the directory does not exist, the program will stop. |
||
</font> |
</font> |
||
於 2018年10月12日 (五) 11:14 的修訂
Format
$OutputDirectory directory // directory is a string.
This tells the program where output files should be saved in.
Note: if the directory does not exist, the program will stop.
Example
$OutputDirectory D:\FDTD\test\
Then the program will save all output files in the directory of D:\FDTD\test\ .