VR-Link API Documentation for HLA 1.3
 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 MAK Technologies, Inc
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 
62 
69 
70 
71 DT_DLL_VLUTIL std::vector<DtFilename> DtGetFileListFromDirectory( DtString directory, DtString filter );
72 
73 
75 
76 #ifdef DtUSE_UTILITIES_NAMESPACE
77 }
78 #endif
79 
80 
81 
82 
DtFilename DtGetMakLogDirectory()
Get the path to the MAK log directory.
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 Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)