/** * \file file.h * \brief File handling. * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project * * \defgroup file File Management * \ingroup base * * File management functions. * * @{ */ #if !defined(PREMAKE_DIR_H) #define PREMAKE_DIR_H int file_exists(const char* path); #endif /** @} */