Project

General

Profile

$sysdir » History » Version 4

Per Amundsen, 02/23/2023 07: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 4 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| item | The item to retrieve: profile, desktop, documents, downloads, music, pictures and videos. |
12 1 Per Amundsen
13
*Example*
14
15
<pre>
16
; Retrieve the documents folder
17
//echo -ag Documents folder is $sysdir(documents)
18
</pre>