Implement mkdir(), rmdir(), getcwd() and chdir()
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 8 Jul 2010 14:21:13 +0000 (16:21 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 22 Sep 2011 14:25:30 +0000 (16:25 +0200)
commit4472553278f9bce1514109197e154d19d01f0f08
tree58bf6211ac8869bb229eef98e0011c073ac3a997
parentfaf8475baca8392338e40b0d9c8e6574266a7722
Implement mkdir(), rmdir(), getcwd() and chdir()
src/filefunc.cpp
src/filefunc.hxx
test/test_filefunc.cpp