1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

feat: new copyfolder macro and associated test. Closes #92

This commit is contained in:
Allan Bowe
2021-11-29 11:35:03 +00:00
parent 42a46b32e9
commit ddd831fe7a
3 changed files with 131 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ run;
data _null_;
set &out_ds;
where file_or_folder='folder';
length code $10000;
code=cats('%nrstr(%mp_dirlist(path=',filepath,",outds=&outds"
,",getattrs=&getattrs,level=%eval(&level+1),maxdepth=&maxdepth))");
put code=;