Re: question with commons-io FileUtils deleteDirectory(File direcotry)

2010-01-29 Thread Mazer Lao Tzu
What would you have it do if the directory is null? Currently it will throw a NullPointerException. Would it be more correct to simply do nothing (as it does when the directory does not exist)? On Thu, Jan 28, 2010 at 10:48 PM, shukai yuan wrote: > HI, > > Maybe the method FileUtils.deleteDirect

CSV project status

2010-01-20 Thread Mazer Lao Tzu
I see that the common CSV java project is still in commons sandbox. What is still needed on this project to push it up to commons proper? Mazer