Skip to content

Commit fa60acc

Browse files
author
sasjs
committed
build.sh build on 2025-05-19:15:21:09
1 parent 7259b3b commit fa60acc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

mfv__getpathuri_8sas.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@
144144

145145
<p><a href="mfv__getpathuri_8sas_source.html">Go to the source code of this file.</a></p>
146146
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
147-
<div class="textblock"><p>The automatic variable <em>FILESRVC</em>[fref]_URI is used after assigning a fileref using the filesrvc engine.</p>
148-
<p>Usage: </p><pre class="fragment">%put %mfv_existfile(/Public/folder/file.txt);
149-
%put %mfv_existfile(/Public/folder);
147+
<div class="textblock"><p>The automatic variable <code>_FILESRVC_[fref]_URI</code> is used after assigning a fileref using the filesrvc engine.</p>
148+
<p>Usage: </p><pre class="fragment">%put %mfv_getpathuri(/Public/folder/file.txt);
149+
%put %mfv_getpathuri(/Public/folder);
150150
</pre><dl class="params"><dt>Parameters</dt><dd>
151151
<table class="params">
152152
<tr><td class="paramdir">[in]</td><td class="paramname">filepath</td><td>The full path to the file on SAS drive (eg /Public/myfile.txt)</td></tr>

mfv__getpathuri_8sas_source.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@
141141
<a href="mfv__getpathuri_8sas.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/**</span></div>
142142
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> @file</span></div>
143143
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> @brief Returns the uri of a file or folder</span></div>
144-
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> @details The automatic variable _FILESRVC_[fref]_URI is used after assigning</span></div>
144+
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> @details The automatic variable `_FILESRVC_[fref]_URI` is used after assigning</span></div>
145145
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> a fileref using the filesrvc engine.</span></div>
146146
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"></span> </div>
147147
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> Usage:</span></div>
148148
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"></span> </div>
149-
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> %put %mfv_existfile(/Public/folder/file.txt);</span></div>
150-
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> %put %mfv_existfile(/Public/folder);</span></div>
149+
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> %put %mfv_getpathuri(/Public/folder/file.txt);</span></div>
150+
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> %put %mfv_getpathuri(/Public/folder);</span></div>
151151
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"></span> </div>
152152
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> @param [in] filepath The full path to the file on SAS drive</span></div>
153153
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> (eg /Public/myfile.txt)</span></div>

0 commit comments

Comments
 (0)