VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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
13
#ifdef DtUSE_UTILITIES_NAMESPACE
14
namespace
DtUSE_UTILITIES_NAMESPACE
15
{
16
#endif
17
18
19
class
DtFilename
;
20
28
DT_DLL_VLUTIL
bool
DtMakeDirectory
(
const
DtFilename
& fp );
29
37
DT_DLL_VLUTIL
bool
DtDeleteDirectory
(
const
DtFilename
& fp );
38
44
DT_DLL_VLUTIL
DtFilename
DtGetUserHomeDirectory
();
45
51
DT_DLL_VLUTIL
DtFilename
DtGetMakUserConfigurationDirectory
();
52
58
DT_DLL_VLUTIL
DtFilename
DtGetTempDirectory
();
59
60
61
#ifdef DtUSE_UTILITIES_NAMESPACE
62
}
63
#endif
64
65
66
67
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)