「$OutputDirectory」:修訂間差異
跳至導覽
跳至搜尋
已建立頁面,內容為 "=='''Format'''== $OutputDirectory ''directory'' <font color=green>// where ''filename'' is a string.</font> <font size=3>This tells the program wh..." |
無編輯摘要 |
||
| 第13行: | 第13行: | ||
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年8月27日 (一) 01:58 的修訂
Format
$OutputDirectory directory // where filename 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\ .