|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Returns the path of a folder from the URI. More...
Go to the source code of this file.
Makes use of the SYSMSG() ER8OR response, which resolves the uri, seemingly without entering an er8or state.
Usage:
%mv_createfolder(path=/public/demo) %let uri=%mfv_getpathuri(/public/demo); %put %mfv_getfolderpath(&uri);
Notice above the new path has an uppercase P - the correct path.
| [in] | uri | The uri of the folder -eg /folders/folders/xxxx) |
Definition in file mfv_getfolderpath.sas.