The Path setting in the <Diskgroup> element can contain the following variables:
Variable |
Location |
---|---|
%systemdrive% |
The drive where the operating system is installed (e.g., C:\). |
%systemroot% |
The drive and path to the Windows installation (e.g., C:\Windows). |
%temp% |
The current user's temp folder (e.g., C:\Users\jdoe\Local\Temp). |
%username% |
The current user name in Windows (e.g., jdoe). |
%userprofile% |
The current user's profile path (e.g., C:\Users\jdoe). Note:
If you use the %userprofile% variable, the value must point to another folder within that location, such as %userprofile%\SAS; it cannot be directly mapped to the root of %userprofile%. |
%appdata% |
The path to the current user's application data folder (e.g., C:\Users\jdoe\AppData\Roaming). |
Use the %username% variable to represent the scanning user's user name. When images are scanned, Scan Acquisition Server dynamically replaces the variable with the user name of the currently logged in user. For example, if the path is C:\SAS\%username%, when a user who's logged on to the workstation as JDOE scans images, the images are temporarily stored in C:\SAS\JDOE. This feature is particularly helpful in Citrix deployments.