|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Returns the uri of a file or folder. More...
Go to the source code of this file.
The automatic variable _FILESRVC_[fref]_URI is used after assigning a fileref using the filesrvc engine.
Usage:
%put %mfv_getpathuri(/Public/folder/file.txt); %put %mfv_getpathuri(/Public/folder);
| [in] | filepath | The full path to the file on SAS drive (eg /Public/myfile.txt) |
Definition in file mfv_getpathuri.sas.