「$OutputDirectory」:修訂間差異
跳至導覽
跳至搜尋
已建立頁面,內容為 "=='''Format'''== $OutputDirectory ''directory'' <font color=green>// where ''filename'' is a string.</font> <font size=3>This tells the program wh..." |
|||
| (未顯示同一使用者於中間所作的 5 次修訂) | |||
| 第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 | <font size=3>This tells the program where output files should be saved in.<br> | ||
'''Note:''' the | '''Note:''' the program will stop if the directory does not exist. | ||
</font> | </font> | ||
=='''Example'''== | =='''Example'''== | ||
| 第13行: | 第12行: | ||
Then the program will save all output files in the directory of '''D:\FDTD\test\''' . | Then the program will save all output files in the directory of '''D:\FDTD\test\''' . | ||
== '''Related commands''' == | |||
: [[$OutputName]] | |||
於 2018年10月12日 (五) 03:15 的最新修訂
Format
$OutputDirectory directory // directory is a string.
This tells the program where output files should be saved in.
Note: the program will stop if the directory does not exist.
Example
$OutputDirectory D:\FDTD\test\
Then the program will save all output files in the directory of D:\FDTD\test\ .