Project

General

Profile

$sysdir » History » Version 3

Per Amundsen, 01/23/2016 03:58 AM

1 1 Per Amundsen
_Added in 1.9.7_
2
3
*$sysdir(item)*
4
5
Returns the system folder for the specified item.
6
7
*Parameters*
8
9 3 Per Amundsen
item - The item to retrieve: profile, desktop, documents, downloads, music, pictures and videos.
10 1 Per Amundsen
11
*Example*
12
13
<pre>
14
; Retrieve the documents folder
15
//echo -ag Documents folder is $sysdir(documents)
16
</pre>