Skip to content

Snapshot question: "The system cannot find the path specified." #415

@typpos

Description

@typpos

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions