"$OutputDirectory" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(→Format) |
|||
行 1: | 行 1: | ||
=='''Format'''== |
=='''Format'''== |
||
$OutputDirectory |
$OutputDirectory |
||
− | ''directory'' <font color=green>// |
+ | ''directory'' <font color=green>// ''directory'' is a string.</font> |
<font size=3>This tells the program where output files are saved in.<br> |
<font size=3>This tells the program where output files are 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:''' 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. |
||
</font> |
</font> |
||
− | |||
=='''Example'''== |
=='''Example'''== |
於 2018年8月27日 (一) 10:00 的修訂
Format
$OutputDirectory directory // directory is a string.
This tells the program where output files are saved in.
Note: the last letter in the directory must be a slash " / " in Linux environment or a backslash " \ " in Windows environment.
Example
$OutputDirectory D:\FDTD\test\
Then the program will save all output files in the directory of D:\FDTD\test\ .