VR-Exchange 2.10 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fileSystem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vlutil/vlFilename.h>
12 #include <widgets/dllExport.h>
13 
14 class DtString;
15 
16 namespace MAKVrExchange
17 {
18 
20  {
21  public:
23  DtVrxFilename();
24 
26  DtVrxFilename(const char* str);
27 
29  virtual ~DtVrxFilename();
30 
32  DtVrxFilename(const DtVrxFilename& orig);
33 
37  virtual DtString extension() const;
38 
40  virtual void stripPath();
41 
43  static char separator();
44 
45  protected:
50  void replaceSlashes();
51 
52  static const char theSeparator;
53  };
54 
55 
56 
58  {
59  public:
61  static bool fileExists(const DtString& filename);
62 
66  static DtString& absolutePath(const DtString& path, DtString& newAbsolutePath);
67 
68  private:
70  DtFileSystem();
72  DtFileSystem(const DtFileSystem&);
73  DtFileSystem& operator=(const DtFileSystem&);
74  ~DtFileSystem();
76 
77  };
78 }
static const char theSeparator
Definition: fileSystem.h:52
Definition: fileSystem.h:57
#define DT_DLL_WIDGETS
Definition: include/widgets/dllExport.h:22
Definition: fileSystem.h:19

Document ID: Generated on Mon May 25 18:45:12 EDT 2026 from SVN revision 289111
Copyright © 2005-2026 MAK Technologies. All Rights Reserved (www.mak.com)