Mobile API Reference  MicroStrategy 2019
Directory.h
Go to the documentation of this file.
1 //==============================================================================================
2 // FILENAME : Directory.h
3 // AUTHOR : vovechkin
4 // CREATION : 2002-09-19
5 // Copyright (C) MicroStrategy Incorporated 2002
6 // All Rights Reserved
7 //==============================================================================================
8 #ifndef MFileSystem_Directory_h
9 #define MFileSystem_Directory_h
10 
11 #include "FileSystem.h"
12 
13 namespace MFileSystem
14 {
19  {
20  public:
26  static void Create( const char *ipPath, bool iCreateParentDirectoriesIfNecessary = true );
27 
35  static bool DeleteEmpty(const char* ipPath);
36 
44  static bool DeleteRecursively(const char* ipPath);
45  };
46 }
47 
48 #endif // MFileSystem_Directory_h
Definition: Directory.h:18
Definition: StrongObjects.h:21
#define DLL_FILE_SYSTEM_EXIM
Definition: FileSystem.h:11