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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user