This example I have taken from manualcallout[html]window-features="width=320, height=200,resizable=yes,toolbar=no,scrollbars=yes"/>[/html]How does this path work ?"iw_cgi_wrapper", "example_datacapture_callout.cgi" and "options.txt" are all contained in iw-bin directory ?
Structure in the example looke like a tree. But .cgi, .ipl and .txt are all file extnsions and it cant be file within file. What is this kind of structure called ?
inline[html][/html]how does "command" syntax work ? It will get the content from "/tmp/a/" and "/tmp/b" both ? which file does it take information from ? The directory structure is tmp/a i.e a is in tmp folder again /a/tmp/ , so is tmp folder in a and b is in tmp again, is this correct? or "/tmp/a" and "/tmp/b"are both in /bin/cat/ folder ? I see space between "bin/cat" and "/" and again space between "tmp/a" and "/". Thats what prompts me to think that "/tmp/a" and "/tmp/b" are both contained in "/bin/cat" folder. If its true, what kind of directory structure is this ?Pls explain