RE: Problem with revCopyFile

2010-06-14 Thread John Dixon
Thankyou for your reply... Yes, the global variable gdefaultfolder has a value , it is set when the stack first opens in the preOpenStack handler using :- --- global gdefaultFolder on preOpenstack se

Re: Problem with revCopyFile

2010-06-14 Thread Kay C Lan
Hi John, How do you set gdefaultFolder? Have you read the first User Note in the Dictionary under 'defaultFolder'? Add this line to your script after you have created all the extra folders and before doing copyFile: answer gdefaultFolder with "OK" or "Cancel" titled "What's in gdefaultFolder?"

RE: Problem with revCopyFile

2010-06-14 Thread JosepM
Hi John, With -R param the command cp copy folders and subfolders. I must use in this way so I needed to copy bundle file, that inside them have any folders. I don't test with folders and subfolders but I guess that work without problem. Salut, Josep -- View this message in context: http://run

RE: Problem with revCopyFile

2010-06-14 Thread John Dixon
Josep... Thanks for your quick reply... my knowledge of unix is positively dangerous, so I have to ask the question 'Will your shell copy command solution work for a file as well as a folder ?' > I get the same problem and I solved using a shell copy command. > > put "your folder path A" into

Re: Problem with revCopyFile

2010-06-14 Thread JosepM
Hi, I get the same problem and I solved using a shell copy command. put "your folder path A" into tFolderA put "your folder path B" into tFolderB put ("cp -R -p ""e&tFolderA"e&"e&tFolderB"e) into tCommand get shell(tCommand) Salut, Josep -- View this message in context: http://runtime-revo