Shadowrun: Awakened 29 September 2011 - Build 871
FileOperations.h
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 #include "NativeFeatureIncludes.h"
00008 #if _RAKNET_SUPPORT_FileOperations==1
00009 
00010 #ifndef __FILE_OPERATIONS_H
00011 #define __FILE_OPERATIONS_H
00012 
00013 #include "Export.h"
00014 
00015 bool RAK_DLL_EXPORT WriteFileWithDirectories( const char *path, char *data, unsigned dataLength );
00016 bool RAK_DLL_EXPORT IsSlash(unsigned char c);
00017 void RAK_DLL_EXPORT AddSlash( char *input );
00018 void RAK_DLL_EXPORT QuoteIfSpaces(char *str);
00019 bool RAK_DLL_EXPORT DirectoryExists(const char *directory);
00020 unsigned int RAK_DLL_EXPORT GetFileLength(const char *path);
00021 
00022 #endif
00023 
00024 #endif // _RAKNET_SUPPORT_FileOperations

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net