new File("C:\\XATemp\\"+file.getName()+"\\");
This code successfully creates the required directories, but they end up being marked Read-Only. I am on Windows Vista (32 bit), but I hope that isn't the problem. Does anyone have any idea why this is happening? (I have tried creating the directories in locations other than the root C:\ directory, but no luck)
Edited by: Fiarr on Sep 29, 2008 5:16 PM