| 
       << Click to Display Table of Contents >> RayPack > 8.0 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables RPVariable | 
    
The RPLinkedFolders table contains the columns shown in the following table.
Column  | 
Type  | 
Key  | 
Nullable  | 
|---|---|---|---|
RPVariable  | 
Identifier (s72)  | 
Y  | 
N  | 
Value  | 
Text (S0)  | 
N  | 
Y  | 
Attributes  | 
Integer (i4)  | 
N  | 
N  | 
RPVariable
Variable identifier.
Value
Variable path.
The value can be referenced in a certain subset of tables (for example RPStreamFiles or RPSourcePath) using the following syntax:
($VariableName)
Nested variables are supported, for example the following composition is allowed:
RPVariable  | 
Value  | 
Attributes  | 
Variable1  | 
C:\Path1  | 
0  | 
Variable2  | 
($Variable1)\SubFolder  | 
0  | 
Attributes
Reserved for future use.