fileutils.cpp File Reference

#include <prefix/dtutilprefix-src.h>
#include <dtUtil/macros.h>
#include <sys/param.h>
#include <errno.h>
#include <osg/Notify>
#include <stack>
#include <dtUtil/fileutils.h>
#include <dtUtil/exception.h>
#include <dtUtil/stringutils.h>
#include <dtUtil/log.h>
#include <dtCore/globals.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <iostream>
#include <osgDB/FileUtils>
#include <osgDB/FileNameUtils>
#include <queue>

Namespaces

namespace  dtUtil

Defines

#define stat64   stat
#define S_ISREG(x)   (((x) & S_IFMT) == S_IFREG)
#define S_ISDIR(x)   (((x) & S_IFMT) == S_IFDIR)
#define MAX_PATH   1024

Functions

bool dtUtil::iMakeDirectory (const std::string &path)

Define Documentation

#define MAX_PATH   1024

#define S_ISDIR (  )     (((x) & S_IFMT) == S_IFDIR)

#define S_ISREG (  )     (((x) & S_IFMT) == S_IFREG)

#define stat64   stat


http://www.delta3d.org
2.0.0 generated 14 Feb 2008