VR-Link API Documentation for HLA Evolved
vlDir.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00009 #pragma once
00010 
00011 #include "vlMachineTypes.h"
00012 
00013 #ifdef DtUSE_UTILITIES_NAMESPACE
00014 namespace DtUSE_UTILITIES_NAMESPACE
00015 {
00016 #endif
00017 
00018 
00019 class DtFilename;
00020 
00028 DT_DLL_VLUTIL bool DtMakeDirectory(const DtFilename& fp );
00029 
00037 DT_DLL_VLUTIL bool DtDeleteDirectory(const DtFilename& fp );
00038 
00044 DT_DLL_VLUTIL DtFilename DtGetUserHomeDirectory();
00045 
00051 DT_DLL_VLUTIL DtFilename DtGetMakUserConfigurationDirectory();
00052 
00058 DT_DLL_VLUTIL DtFilename DtGetTempDirectory();
00059 
00060 
00061 #ifdef DtUSE_UTILITIES_NAMESPACE
00062 } 
00063 #endif
00064 
00065 
00066 
00067 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)