First stab at directory transition. Test with care...

darcs-hash:20061019115023-ac50b-30c3fd51d8af8a616d63dfcac39370d7fe6d144e.gz
This commit is contained in:
axel
2006-10-19 21:50:23 +10:00
parent 52b2525b0e
commit ea998b03f2
22 changed files with 904 additions and 565 deletions

View File

@@ -358,5 +358,12 @@ void write_screen( const wchar_t *msg, string_buffer_t *buff );
void tokenize_variable_array( const wchar_t *val, array_list_t *out );
/**
Make sure the specified direcotry exists. If no, try to create it.
\return 0 if the directory exists, -1 otherwise.
*/
int create_directory( wchar_t *d );
#endif