views:

11

answers:

0

If I try to create a subdirectory in a directory that only exists in the sandbox, the system returns "The system cannot find the path specified." Creating a new file in the same directory works fine.

I'll explain.

Let's say I have the following directory structure in the %Personal% directory of a captured application: "%Personal%/test1/test2"

If I build and execute the cmd.exe entry point, the directory structure is as expected; There is a test1 directory in the "My Documents" folder with one sub directory: "test2". Outside the sandbox these directories do not exist.

If I try to create a new subdirectory in the test1 (or test2) directory the system returns: "The system cannot find the path specified." and nothing happens. But if I create a new file in the same directory, the system creates the whole directory structure on the physical system, including the new file, as expected...

Can anyone help me solve this issue?

Regards, Thijs.