00001 #ifndef _MQFOLDER_H_ 00002 #define _MQFOLDER_H_ 00003 00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University 00005 Release Date: 2004-11-01 00006 Part of the MapQuant suite library "mqbasic.lib" 00007 */ 00008 00018 void MQFolder_create(char* folder); 00019 int MQFolder_exists(char* path); 00020 int MQFolder_countFileContents(char* sourcepath, char* ext); 00021 MQString* MQFolder_getFileContents(char* sourcepath, char* ext, int* nelem); 00022 00023 #endif 00024