1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-15 20:40:05 +00:00

chore: fixing docs of mfv_getpathuri

This commit is contained in:
allan
2025-05-19 15:20:41 +01:00
parent d24f0f3e25
commit 752e6305c9

View File

@@ -1,13 +1,13 @@
/** /**
@file @file
@brief Returns the uri of a file or folder @brief Returns the uri of a file or folder
@details The automatic variable _FILESRVC_[fref]_URI is used after assigning @details The automatic variable `_FILESRVC_[fref]_URI` is used after assigning
a fileref using the filesrvc engine. a fileref using the filesrvc engine.
Usage: Usage:
%put %mfv_existfile(/Public/folder/file.txt); %put %mfv_getpathuri(/Public/folder/file.txt);
%put %mfv_existfile(/Public/folder); %put %mfv_getpathuri(/Public/folder);
@param [in] filepath The full path to the file on SAS drive @param [in] filepath The full path to the file on SAS drive
(eg /Public/myfile.txt) (eg /Public/myfile.txt)