Hello,
i've a little problem using the shell object in combination with the wildcard symbol. to be precise: i'm sending a message (chmod 777 /path/to/file/*.jpg) to the shell object. but nothing happens. if i'm sending the message with a filename (chmod 777 /path/to/file/filename.jpg) it works. so i guess there's a problem with the wildcard symbol.
Does anybody know about this problem. I'd be really grateful for a solution or any kind of advise.
Thank you!