createdir.h

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------*/
00002 /* INRIA 2007 */
00003 /* Allan CORNET */
00004 /*-----------------------------------------------------------------------------------*/ 
00005 #ifndef __CREATEDIR_H__
00006 #define __CREATEDIR_H__
00007 /*-----------------------------------------------------------------------------------*/ 
00008 #include "machine.h"
00009 /*-----------------------------------------------------------------------------------*/ 
00010 BOOL CreateDir(const char *path);
00011 BOOL ExistDir(char *path);
00012 BOOL RemoveDir(char *path);
00013 /*-----------------------------------------------------------------------------------*/ 
00014 #endif /* __CREATEDIR_H__ */
00015 /*-----------------------------------------------------------------------------------*/ 

Generated on Sun Mar 4 15:03:57 2007 for Scilab [trunk] by  doxygen 1.5.1