Replace r code files

rash

Member
Hi,
I have to replace all the r code files with relevant source code.
Is there any way to replace it in one shot?
 

breakdown

New Member
You can add/replace multiple files in a procedure library using wildcards. Ex:

prolib <library-name> -replace *.r -verbose
 

tamhas

ProgressTalk.com Sponsor
What do you mean by "replace"? In the filesystem? In a PL? In code references? And why replace?
 
Top