VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
31 
40 
47 
54 
61 
62 
63 DT_DLL_VLUTIL std::vector<DtFilename> DtGetFileListFromDirectory( DtString directory, DtString filter );
64 
65 
67 
68 #ifdef DtUSE_UTILITIES_NAMESPACE
69 }
70 #endif
71 
72 
73 
74 
DtFilename DtGetTempDirectory()
Get the path to the directory in which temporary files should be stored.
bool DtMakeDirectory(const DtFilename &fp)
An Operating System Independent Function which creates the specified directory.
std::vector< DtFilename > DtGetFileListFromDirectory(DtString directory, DtString filter)
DtFilename DtGetUserHomeDirectory()
Get the path to the users home directory.
Instances of DtFilename are DtStrings which convert filenames to the native format.
Definition: vlFilename.h:20
DtFilename DtGetMakUserConfigurationDirectory()
Get the path to the MAK users configuration directory.
bool DtDeleteDirectory(const DtFilename &fp)
An Operating System Independent Function which deletes the specified directory.
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtString DtGetCwd()
This file contains typedefs for machine dependant types.
#define DT_DLL_VLUTIL
Definition: vlMachineTypes.h:109

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)