Update files in SUT

I know there is limitation to work with files inside SUT. Is there any updates on that?

I am looking for options to update a text file(consider like config files for the app installed inside the SUT) which will be present in the SUT machines. When I use the normal file updating code, it couldn’t find the respective folder or I am guessing, it’s looking inside the RunAgent’s machine.

Also, just trying to log error if no such folder until the above is achieved but it’s not working ie. not logging the error when running from DAI.

set base_path to "C:\Program files (x86)\MyApp"
If there is no folder base_path Then
   LogError "Folder not exists"
End If

So, how I can access and update the file inside SUT? Appreciate any inputs.