Environment
The Environment components in the RPA Desktop Design Studio retrieve information and perform specific operations on the Windows environment.
- Use the CurrentDirectory component
Find out the current working directory and its path by using the CurrentDirectory component in RPA Desktop Design Studio. - Use the GetEnvironmentVariable component
Retrieve the value of an environment variable by using the GetEnvironmentVariable component in RPA Desktop Design Studio. For example, you can get the value of the TEMP variable. - Use the Is64BitOperatingSystem component
Determine if an operating system is 64 bits as part of an automation Workflow by using the Is64BitOperatingSystem component in RPA Desktop Design Studio. - Use the MachineName component
Retrieve the name of your computer as part of an automation Workflow by using the MachineName component in RPA Desktop Design Studio. - Use the ResolvePath component
Find the path of your current automation project as part of an automation Workflow by using the ResolvePath component in RPA Desktop Design Studio. You must specify the parameter, for example, %projectpath% to get the path. - Use the SetEnvironmentVariable component
Create or update an environment variable as part of an automation Workflow by using the SetEnvironmentVariable component in RPA Desktop Design Studio. These variables persist across activities and can be retrieved later using GetEnvironmentVariable. - Use the SpecialFolderPath component
Retrieve the path to a special folder In Windows based on the name you specify by using the SpecialFolderPath component in RPA Desktop Design Studio. - Use the SystemDirectory component
Retrieve the path to the system directory as part of an automation Workflow by using the SystemDirectory component in RPA Desktop Design Studio. - Use the UserDomain component
Retrieve the user domain name that is associated with a current user as part of an automation Workflow by using the UserDomain component in RPA Desktop Design Studio. - Use the UserName component
Retrieve the user name of the user who is currently logged on to the Windows machine as part of an automation Workflow by using the UserName component in RPA Desktop Design Studio. - Properties of the Environment components
Learn about the properties of the Environment components in RPA Desktop Design Studio.
Parent Topic:Utilities