Is there a way to run a process with redirected file paths in .NET similar to what Sandboxie and DropboxPortableAHK does?
For instance, if the process wants to write a file at C:\file.txt, I want my app to make the process write to C:\Sandbox\file.txt instead.
I recommend you to use EasyHook, here is an example you are looking for.