ZenLib
OS_Utils.h
Go to the documentation of this file.
1 /* Copyright (c) MediaArea.net SARL. All Rights Reserved.
2  *
3  * Use of this source code is governed by a zlib-style license that can
4  * be found in the License.txt file in the root of the source tree.
5  */
6 
7 //---------------------------------------------------------------------------
8 #ifndef ZenOS_UtilsH
9 #define ZenOS_UtilsH
10 //---------------------------------------------------------------------------
11 
12 //---------------------------------------------------------------------------
13 #include "ZenLib/Ztring.h"
14 //---------------------------------------------------------------------------
15 
16 namespace ZenLib
17 {
18 
19 //***************************************************************************
20 // OS Information
21 //***************************************************************************
22 
23 //---------------------------------------------------------------------------
24 bool IsWin9X ();
25 // Execute
26 //***************************************************************************
27 
28 void Shell_Execute(const Ztring &ToExecute);
29 
30 //***************************************************************************
31 // Directorues
32 //***************************************************************************
33 
34 Ztring OpenFolder_Show(void* Handle, const Ztring &Title, const Ztring &Caption);
35 
36 } //namespace ZenLib
37 #endif
void Shell_Execute(const Ztring &ToExecute)
bool IsWin9X()
Definition: BitStream.h:23
Ztring OpenFolder_Show(void *Handle, const Ztring &Title, const Ztring &Caption)