Mobile API Reference  MicroStrategy 2019
FileSystem.h
Go to the documentation of this file.
1 //==============================================================================================
2 // FILENAME : FileSystem.h
3 // AUTHOR : vovechkin
4 // CREATION : 2002-08-27
5 // Copyright (C) MicroStrategy Incorporated 2002
6 // All Rights Reserved
7 //==============================================================================================
8 #ifndef MFileSystem_FileSystem_h
9 #define MFileSystem_FileSystem_h
10 
11 #define DLL_FILE_SYSTEM_EXIM
12 
13 #include "Base/Base/ReturnString.h"
14 
21 namespace MFileSystem
22 {
32 
40  DLL_FILE_SYSTEM_EXIM void SetCurrentWorkingDirectory( const char* ipPath );
41 
46 
52  //DLL_FILE_SYSTEM_EXIM MBase::ReturnString CreateTemporaryFile( const char* ipFilenamePrefix );
53 }
54 
55 #endif // MFileSystem_FileSystem_h
Definition: ReturnString.h:36
DLL_FILE_SYSTEM_EXIM void SetCurrentWorkingDirectory(const char *ipPath)
DLL_FILE_SYSTEM_EXIM MBase::ReturnString GetTemporaryPath()
Definition: StrongObjects.h:21
DLL_FILE_SYSTEM_EXIM MBase::ReturnString GetCurrentWorkingDirectory()
#define DLL_FILE_SYSTEM_EXIM
Definition: FileSystem.h:11