Assert that a file exists in the sandbox
with(immutable Sandbox()) { shouldExist("bar.txt").shouldThrow; writeFile("bar.txt"); shouldExist("bar.txt"); }
See Implementation
Assert that a file exists in the sandbox