Project

General

Profile

$sysdir » History » Version 1

Per Amundsen, 08/05/2015 10:45 PM

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
item - The item to retrieve, profile, desktop, documents, music, pictures and videos.
10
11
*Example*
12
13
<pre>
14
; Retrieve the documents folder
15
//echo -ag Documents folder is $sysdir(documents)
16
</pre>