Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
mfv_getpathuri.sas File Reference

Returns the uri of a file or folder. More...

Go to the source code of this file.

Detailed Description

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);
Parameters
[in]filepathThe full path to the file on SAS drive (eg /Public/myfile.txt)

SAS Macros

Related Macros

Version
3.5
Author
Allan Bowe

Definition in file mfv_getpathuri.sas.