Hi Christian This works for me. I just ran this: begin sFolder:="C:\\Program Files (x86)\\BMC Software\\BMC TM ART Monitor Workbench 4.2\\Working"; wait 0.5; CreateDirectoryA(sFolder, NULL); Print("Created Directory "+ sFolder); end TCreate; And it works out of the box. However, I then proceeded to delete the BMC TM ART Monitor Workbench 4.2 directory to see what it would do if the rest of the path didn't exist and this time it did not create the working directory, or the BMC TM ART Monitor Workbench 4.2 directory for that matter. Could this be the problem?
↧