VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vlutil
vlDir.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
9
#pragma once
10
11
#include "
vlMachineTypes.h
"
12
#include <vector>
13
14
#ifdef DtUSE_UTILITIES_NAMESPACE
15
namespace
DtUSE_UTILITIES_NAMESPACE
16
{
17
#endif
18
19
20
class
DtFilename
;
21
class
DtString
;
22
30
DT_DLL_VLUTIL
bool
DtMakeDirectory
(
const
DtFilename
& fp );
31
39
DT_DLL_VLUTIL
bool
DtDeleteDirectory
(
const
DtFilename
& fp );
40
46
DT_DLL_VLUTIL
DtFilename
DtGetUserHomeDirectory
();
47
53
DT_DLL_VLUTIL
DtFilename
DtGetMakUserConfigurationDirectory
();
54
60
DT_DLL_VLUTIL
DtFilename
DtGetTempDirectory
();
61
62
63
DT_DLL_VLUTIL
std::vector<DtFilename>
DtGetFileListFromDirectory
(
DtString
directory,
DtString
filter );
64
65
66
#ifdef DtUSE_UTILITIES_NAMESPACE
67
}
68
#endif
69
70
71
72
Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)