Recent Blog Posts
Iterative algorithm to remove a directory tree
Juli 11th, 2013 Read more ...
When it comes to deleting a directory tree most solutions that have been posted around are recursive functions, like the following: ... While this is easy to implement it has some disadvantages when it comes to large trees ...