James Jackson
2007-03-28 12:07:15 UTC
I have a TFile, within which I create a directory (e.g. with file-
file->cd();
file->cd("Dir1");
file->mkdir("Dir2");
file->cd("Dir2");
The result is that Dir2 is created under the file 'root' directory,
and not as a subdirectory of Dir1. This is with version 5.13.04e.
Any help appreciated,
Regards,
James Jackson
mkdir("Dir1")). If, from another section of my code, and given a
pointer to the file object, I run the following code:file->cd();
file->cd("Dir1");
file->mkdir("Dir2");
file->cd("Dir2");
The result is that Dir2 is created under the file 'root' directory,
and not as a subdirectory of Dir1. This is with version 5.13.04e.
Any help appreciated,
Regards,
James Jackson