Index: src/ch/TLocalFilesystem.h =================================================================== diff -u -N -ra3800c2f65fa66354e072b34c9e9970af49236b6 -r886c32a98f09ae8dc24ceb6b27e5c8a75104954e --- src/ch/TLocalFilesystem.h (.../TLocalFilesystem.h) (revision a3800c2f65fa66354e072b34c9e9970af49236b6) +++ src/ch/TLocalFilesystem.h (.../TLocalFilesystem.h) (revision 886c32a98f09ae8dc24ceb6b27e5c8a75104954e) @@ -42,7 +42,7 @@ static bool SetFileDirectoryTime(const chcore::TSmartPath& pathFileDir, const FILETIME& ftCreationTime, const FILETIME& ftLastAccessTime, const FILETIME& ftLastWriteTime); static bool SetAttributes(const chcore::TSmartPath& pathFileDir, DWORD dwAttributes); - static bool CreateDirectory(const chcore::TSmartPath& pathDirectory); + static bool CreateDirectory(const chcore::TSmartPath& pathDirectory, bool bCreateFullPath); static bool RemoveDirectory(const chcore::TSmartPath& pathFile); static bool DeleteFile(const chcore::TSmartPath& pathFile);