/// <nodoc />
 public void AllowFileWrites(AbsolutePath path)
 {
     Inner.AllowFileWrites(Redirect(path));
 }