Functions

FileOperations.h File Reference

#include "Export.h"
Include dependency graph for FileOperations.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool RAK_DLL_EXPORT WriteFileWithDirectories (const char *path, char *data, unsigned dataLength)
bool RAK_DLL_EXPORT IsSlash (unsigned char c)
void RAK_DLL_EXPORT AddSlash (char *input)
void RAK_DLL_EXPORT QuoteIfSpaces (char *str)
bool RAK_DLL_EXPORT DirectoryExists (const char *directory)
unsigned int RAK_DLL_EXPORT GetFileLength (const char *path)

Detailed Description

This file is part of RakNet Copyright 2003 Jenkins Software LLC

Usage of RakNet is subject to the appropriate license agreement.

Definition in file FileOperations.h.


Function Documentation

void RAK_DLL_EXPORT AddSlash ( char *  input  ) 

Definition at line 107 of file FileOperations.cpp.

Here is the caller graph for this function:

bool RAK_DLL_EXPORT DirectoryExists ( const char *  directory  ) 

Definition at line 121 of file FileOperations.cpp.

Here is the call graph for this function:

unsigned int RAK_DLL_EXPORT GetFileLength ( const char *  path  ) 

Definition at line 156 of file FileOperations.cpp.

bool RAK_DLL_EXPORT IsSlash ( unsigned char  c  ) 

Definition at line 102 of file FileOperations.cpp.

Here is the caller graph for this function:

void RAK_DLL_EXPORT QuoteIfSpaces ( char *  str  ) 

Definition at line 135 of file FileOperations.cpp.

bool RAK_DLL_EXPORT WriteFileWithDirectories ( const char *  path,
char *  data,
unsigned  dataLength 
)

Definition at line 24 of file FileOperations.cpp.

Here is the caller graph for this function: