FileSystem.h File Reference

Declares system independent funcitons for managing the filesystem. More...

#include "Common/Path.h"

Functions

bool ChangeWorkingDirectory (const char *path)
 Changes the applications working directory.
std::string GetWorkingDirectory ()
 Gets the application current working directory.
bool FileExists (const char *fileName)
 Determines if the specified file exists.

Detailed Description

Declares system independent funcitons for managing the filesystem.

Author:
Joe Forte
Date:
12/23/2008

Function Documentation

bool ChangeWorkingDirectory ( const char *  path  ) 

Changes the applications working directory.

Parameters:
[in] path the path to change to.
Returns:
true if the working directory was changed, false otherwise.
bool FileExists ( const char *  fileName  ) 

Determines if the specified file exists.

Parameters:
[in] fileName the name of the file to look for.
Returns:
true if the file exists, false otherwise.
std::string GetWorkingDirectory (  ) 

Gets the application current working directory.

Returns:
the path to the current working directory
Generated on Mon Apr 5 19:08:04 2010 for BrickOut |ReDuX| by  doxygen 1.6.3