Moving to Windows from Classic causes issues on Egnyte because of .tmp files

I have been using UiPath Classic for a while with no issues. I store my code on a shared platform called Egnyte so I can access from any of my computers or servers.

Since Classic is no longer supported, I had to move to Windows. All seemed OK when I was working locally, but as soon as I tried to move to my shared area it would not even copy. Apparently, Egnyte does not allow .tmp files. This is the directory it will not allow. There is a .dll in that directory.

Is there a way I can specify not to use the temp files with the project? That .dll file appears to be in the .tmp directory and the higher one. Why in two places?

Thank you. I’m running the latest Community version on a Windows 11 machine using Egnyte.

@clhamm
No configuration available for this to turn it on/off.

You will have to copy the code to local drive do the modification/debug
Once finished delete that .temp and copy it back to your shared area.

Thanks, that’s what I was afraid of. I’m retiring soon and am trying to store all my code on shared drives.

Problem is that there does not seem to be a way to have the program automatically put the files back once I copy back to a local machine, it just crashes on load.

@clhamm,

Ohh…but this is the only option I think. Let’s see what other experts here have to say about this.