You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi,
I cannot get this component to work.
I am 100% sure the file that i am looking for exists in the directory but nothing gets returned.
The ((Boolean)globalMap.get("tFTPFileExist_1_EXISTS")) just returns nothing at all.
Possible to look for wildcards with this component? (*.*)
Anybody uses this and know of something i can be doing wrong?
Thanx
Evert
Last edited by EvertDJ (2009-11-06 08:37:34)
Offline
Hello
The ((Boolean)globalMap.get("tFTPFileExist_1_EXISTS")) just returns nothing at all.
Possible to look for wildcards with this component? (*.*)
Yes, this global var will be avaliable in the next subjob, eg:
tFTPFileExist
|
onsubjobok
|
tJava(System.out.println(((Boolean)globalMap.get("tFTPFileExist_1_EXISTS"))));
Best regards
shong
Offline
Hello
Possible to check for wildcards (*.*) with this component?
No, it only support the exact filename, *.extention or filename.* now. You can report a feature on our bugtracker.
Best regards
shong
Offline
Pages: 1