-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Status: Fixed in Next BuildFixed in the next Sandboxie versionFixed in the next Sandboxie version
Description
v0.5.5 & v5.46.4
Trying to understand snapshots..
Are snapshots meant to be partially immutable? After I create a snapshot, I can't create files in the sandbox. Example:
- new sandbox
- start sandboxed command prompt.
- Create c:\test
- cd \test
- Create a file, eg: dir > t1
- exit command prompt
- create snapshot
- start sandboxed command prompt
- cd \test
- dir
- (ok. lists file t1)
- dir > t2
- Error prompt "The system cannot find the path specified."
However, I can create another directory, eg, "test2" and add a file to that.
Why?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: Fixed in Next BuildFixed in the next Sandboxie versionFixed in the next Sandboxie version