HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hpath.h File Reference
#include "tools_API.h"
#include <sys/types.h>
+ Include dependency graph for hpath.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PATH_SEP_CHAR   ':'
 
#define PATH_SEP_STRING   ":"
 
#define PATH_IS_SEP_CHAR(c)   ((c) == ':' || (c) == ';')
 

Functions

tools_API int HoudiniMakeDirectory (const char *file, mode_t mode)
 

Macro Definition Documentation

#define PATH_IS_SEP_CHAR (   c)    ((c) == ':' || (c) == ';')

Definition at line 34 of file hpath.h.

#define PATH_SEP_CHAR   ':'

Definition at line 32 of file hpath.h.

#define PATH_SEP_STRING   ":"

Definition at line 33 of file hpath.h.

Function Documentation

tools_API int HoudiniMakeDirectory ( const char *  file,
mode_t  mode 
)