From: Christian P. <cp...@us...> - 2005-01-06 17:23:16
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21977/include/pclasses/System Modified Files: File.h Log Message: Added File::unlink() Index: File.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/File.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- File.h 3 Jan 2005 13:50:44 -0000 1.9 +++ File.h 6 Jan 2005 17:23:06 -0000 1.10 @@ -70,6 +70,8 @@ static FileInfo stat(const Unicode::String& path) throw(IO::IOError); + static void unlink(const Unicode::String& path) throw(IO::IOError); + protected: /** Frees any resources associated with this object, like filehandles. |