小智 10
你必须使用组件tFileExist和两个输出IF:
((Boolean) globalMap.get ("tFileExist_1_EXISTS")) for the case 1(File existence)
! ((Boolean) globalMap.get ("tFileExist_1_EXISTS")) for case 2 (non-existence of file)
Run Code Online (Sandbox Code Playgroud)
小智 7
设计工作如下
tFileExist----If(Exist)-------Use other Components
\
\
If(Not Exist) add other flow
Run Code Online (Sandbox Code Playgroud)
在第一个IF条件下添加以下代码,((Boolean) globalMap.get ("tFileExist_1_EXISTS"))在第二个IF条件下添加!((Boolean) globalMap.get ("tFileExist_1_EXISTS")).
| 归档时间: |
|
| 查看次数: |
14232 次 |
| 最近记录: |