00001 // StoreConvert1To2.h 00002 00003 // Parent: 00004 // Pointer to the parent window, or NULL. 00005 // 00006 // InFile: 00007 // Filename of the v1 folder file to convert, or NULL to ask the 00008 // user for the filename. 00009 // 00010 // OutFile: 00011 // If this points to an empty string it is assumed to point to a 00012 // buffer that can accept the file name selected by the user. 00013 // If it points to a filename, then that filename is used to write 00014 // the v2 folder file to. 00015 // If NULL then the user is asked for a filename and the new file is 00016 // not returned. 00017 extern bool ConvertStorage1To2(GView *Parent, char *InFile = 0, char *OutFile = 0);