From 752e6305c974a8167d0f2d7ba853b6aab1e825f6 Mon Sep 17 00:00:00 2001 From: allan Date: Mon, 19 May 2025 15:20:41 +0100 Subject: [PATCH] chore: fixing docs of mfv_getpathuri --- viya/mfv_getpathuri.sas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/viya/mfv_getpathuri.sas b/viya/mfv_getpathuri.sas index a6309f6..1d41ecf 100644 --- a/viya/mfv_getpathuri.sas +++ b/viya/mfv_getpathuri.sas @@ -1,13 +1,13 @@ /** @file @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. Usage: - %put %mfv_existfile(/Public/folder/file.txt); - %put %mfv_existfile(/Public/folder); + %put %mfv_getpathuri(/Public/folder/file.txt); + %put %mfv_getpathuri(/Public/folder); @param [in] filepath The full path to the file on SAS drive (eg /Public/myfile.txt)