-
Followers
technomancy (Assigned To)
Attachments
1.26 KB Added by technomancy on May 11 11:15 2010 UTC Details
1.33 KB Added by technomancy on May 11 11:15 2010 UTC Details
1.26 KB Added by technomancy on May 11 11:15 2010 UTC Details AssociationsNo associationsActivity
on Oct 09, 2009 @ 06:38AM UTC * By technomancy
Attachment 0001-Add-delete-file-and-delete-file-recursively-function.patch addedfile:cjQy7qTi0r3R7MeJe5afGb: Implementation
on Oct 09, 2009 @ 06:38AM UTC * By technomancy
Attachment 0002-Added-test-for-delete-file.patch addedfile:cjQBUaTi0r3R7MeJe5afGb: First test
on Oct 09, 2009 @ 06:38AM UTC * By technomancy
Attachment 0003-Added-a-test-for-delete-file-recursively.patch addedfile:cjQEqGTi0r3R7MeJe5afGb: Second test
on Oct 09, 2009 @ 06:40AM UTC * By technomancy
Status changed from New to Test
Did you try test-delete-file-recursively on Windows? Looks like it might have issues there. I'll apply the 0001 and 0002 patches, but please take a look at 0003 to see if there's a way to be sure it won't cause false negatives.
on Oct 29, 2009 @ 02:53AM UTC * By technomancy
(In revision:8eef617aac7b077421d4aa9c84a2df189af6ee17) java-utils: Add delete-file and delete-file-recursively functions
Also added test for delete-file. Refs #33
Signed-off-by: Chouser <chouser@n01se.net>
Branch: master
on Feb 03, 2010 @ 06:06PM UTC * By stuartsierra
Status changed from Test to FixedTime ExpenditureLoading


I've added it to java-utils, though there are enough file-specific functions now that I think a new file-utils namespace could be spun off.