$sysdir » History » Revision 3
Revision 2 (Per Amundsen, 08/12/2015 10:46 PM) → Revision 3/4 (Per Amundsen, 01/23/2016 03:58 AM)
_Added in 1.9.7_
*$sysdir(item)*
Returns the system folder for the specified item.
*Parameters*
item - The item to retrieve: profile, desktop, documents, downloads, music, pictures and videos.
*Example*
<pre>
; Retrieve the documents folder
//echo -ag Documents folder is $sysdir(documents)
</pre>