Separate mkdir/rmdir from the code.
commit78d78a8ff894ea72e0a0cd5e1960dcdc82851c67
authorBartosz Taudul <wolf.pld@gmail.com>
Mon, 9 Feb 2009 21:52:21 +0000 (9 22:52 +0100)
committerBartosz Taudul <wolf.pld@gmail.com>
Mon, 9 Feb 2009 21:52:21 +0000 (9 22:52 +0100)
treedf3586708c871ffad21056444135366c0ce84c36
parenteb2f8225fad1cd8d2d7d67fa7266a87ada8a97e0
Separate mkdir/rmdir from the code.

Move directory creation and deletion to separate class. This way porting
to windows will require changing only a couple of files instead of
entire codebase.
Filesystem.cpp
IO.cpp [new file with mode: 0644]
IO.hpp [new file with mode: 0644]
Makefile
symbian/dftpd.mmp