Main Page | Data Structures | Directories | File List | Globals

mqfilename.h

Go to the documentation of this file.
00001 #ifndef _MQFILENAME_H_
00002 #define _MQFILENAME_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 #define MAX_FILENAME_LENGTH     1000
00019 
00020 extern const char* SEPARATOR;
00021 extern const char* DOT;
00022 
00023 int     MQFilename_viewUsingPath(char* path, char* name);
00024 int     MQFilename_view(char* filename);
00025 int     MQFilename_fileExists(char* filename);
00026 char*   MQFilename_getFileExtension(char* filename);
00027 char*   MQFilename_removeFileExtension(char* filename); 
00028 char*   MQFilename_getPath(char* fullfilename);
00029 char*   MQFilename_getName(char* fullfilename);
00030 int     MQFilename_createInexistentFile(char* name);
00031 
00032 
00033 #endif
00034 

Generated on Tue Feb 7 03:25:43 2006 for libmqbasic by  doxygen 1.4.4