add MakeSureDirectoryPathExistsExA/W

svn path=/trunk/; revision=12945
This commit is contained in:
Gunnar Dalsnes
2005-01-12 07:51:11 +00:00
parent 73c479f923
commit e620ebee7f
3 changed files with 123 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
/*
*/
#ifndef ROSRTL_PATH_H__
#define ROSRTL_PATH_H__
#ifdef __cplusplus
extern "C"
{
#endif
BOOL STDCALL MakeSureDirectoryPathExistsExA(LPCSTR DirPath, BOOL FileAtEnd);
BOOL STDCALL MakeSureDirectoryPathExistsExW(LPCWSTR DirPath, BOOL FileAtEnd);
#ifdef __cplusplus
}
#endif
#endif
/* EOF */