#include "RakMemoryOverride.h"
#include "_FindFirst.h"
#include "FileOperations.h"
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
#include "errno.h"
Go to the source code of this file.
Function Documentation
| void AddSlash |
( |
char * |
input |
) |
|
| bool DirectoryExists |
( |
const char * |
directory |
) |
|
| unsigned int GetFileLength |
( |
const char * |
path |
) |
|
| bool IsSlash |
( |
unsigned char |
c |
) |
|
| void QuoteIfSpaces |
( |
char * |
str |
) |
|
| bool WriteFileWithDirectories |
( |
const char * |
path, |
|
|
char * |
data, |
|
|
unsigned |
dataLength | |
|
) |
| | |