Subversion Repositories Kolibri OS

Rev

Rev 9362 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9362 Rev 9422
Line 5... Line 5...
5
;         No duplicate directories will be displayed.
5
;         No duplicate directories will be displayed.
6
;
6
;
7
; "?" at first position: Only add the directory if it exists.
7
; "?" at first position: Only add the directory if it exists.
8
; "-" on a single line: Add a menu line to the displayed list.
8
; "-" on a single line: Add a menu line to the displayed list.
9
; "*" as a separator between a path and a description string
9
; "*" as a separator between a path and a description string
-
 
10
; {GUID} : identify standard folders registered with the system.
-
 
11
; Doc: https://docs.microsoft.com/en-us/windows/desktop/shell/knownfolderid
-
 
12
; Example:
-
 
13
{B4BFCC3A-DB2C-424C-B029-7FE99A87C641} * Desktop
-
 
14
{FDD39AD0-238F-46AF-ADB4-6C85480369C7} * Documents
-
 
15
{374DE290-123F-4565-9164-39C4925E467B} * Downloads
-
 
16
{AE50C081-EBD2-438A-8655-8A092E34987A} * Recent
-
 
17
{C5ABBF53-E17F-4121-8900-86626FC2C973} * Network Shortcuts
-
 
18
{52A4F021-7B75-48A9-9F6B-4B87A210BC8F} * Quick Launch
-
 
19
{9E3995AB-1F9C-4F13-B827-48B24B6C7174} * User Pinned
10
 
20
-
11
; Temporary directories
21
; Temporary directories
12
?%TMP%
22
?%TMP%
13
?%TEMP%
23
?%TEMP%
Line 14... Line 24...
14
 
24
 
Line 18... Line 28...
18
?%CommonProgramFiles%
28
?%CommonProgramFiles%
19
?%ALLUSERSPROFILE%
29
?%ALLUSERSPROFILE%
20
?%HomeDrive%%HomePath%
30
?%HomeDrive%%HomePath%
21
?%APPDATA%
31
?%APPDATA%
22
?%UserProfile%
32
?%UserProfile%
-
 
33
 
23
; Language specific
34
; Language specific
24
?%UserProfile%\Eigene Dateien\
35
?%UserProfile%\Eigene Dateien\
25
?%UserProfile%\My Documents\
36
?%UserProfile%\My Documents\
Line 26... Line 37...
26
 
37
 
27
; Windows 9x
38
; Windows 9x
28
?%WinDir%
39
?%WinDir%
-
 
40
?%WinBootDir%
-
 
41
 
-
 
42
; Linux
-
 
43
?/etc
-
 
44
?/proc/self/
-
 
45
?~
-
 
46
?$HOME
-
 
47
?/var/log * Logs
29
?%WinBootDir%
48
?/etc/systemd/system/multi-user.target.wants * Startup