Environment values in UiPath Studio - and a pro-tip from .Net Jeppe :-)

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

ความคิดเห็น • 2

  • @christianprior-mamulyan
    @christianprior-mamulyan ปีที่แล้ว +1

    Using folders underneath the user's profile as a location for temporary files will make a security auditor happy: It ensures that no other non-admin user has access to such data (most business process's will handle for-internal-use or confidential data). The environment variable gives reliably %USERPROFILE% as a basepath to concatenate a temp folder. That makes the implementation robust with machine templates in Orchestrator, which a job might dynamically select from.

    • @UiPathwithJeppe
      @UiPathwithJeppe  ปีที่แล้ว +2

      Very interesting perspective, although I have yet to see (or even hear about) a happy security auditor :-)