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
16namespace ZenLib
17{
18
19//***************************************************************************
20// OS Information
21//***************************************************************************
22
23//---------------------------------------------------------------------------
24bool IsWin9X ();
25// Execute
26//***************************************************************************
27
28void Shell_Execute(const Ztring &ToExecute);
29
30//***************************************************************************
31// Directorues
32//***************************************************************************
33
34Ztring OpenFolder_Show(void* Handle, const Ztring &Title, const Ztring &Caption);
35
36} //namespace ZenLib
37#endif
String manipulation (based on std::(w)string)
Definition: Ztring.h:50
Definition: BitStream.h:24
Ztring OpenFolder_Show(void *Handle, const Ztring &Title, const Ztring &Caption)
void Shell_Execute(const Ztring &ToExecute)
bool IsWin9X()