Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

How do I access Windows' environment variables using Blue Prism?

I specifically need to get the value of %TEMP%, as I wish to use that value in a file saving action.

1 Answer

0 votes
by (9.5k points)

I dont think blue prism provides this service. you can try Get Special Folder Path in Utility - File Management

I usually write an extension to that VBO with a single VB.NET one liner:

tmpFolder = Path.GetTempPath()

Which returns:

C:\Users\<username>\AppData\Local\Temp\

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 23, 2019 in RPA by noah kapoor (5.3k points)
0 votes
1 answer

Browse Categories

...