From b6d9c83c8386c83f0e2c3ffeaded184f60635bb4 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 2 Oct 2015 14:50:33 +0200 Subject: 6.7 --- zen/file_traverser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zen/file_traverser.h') diff --git a/zen/file_traverser.h b/zen/file_traverser.h index 2944c5ba..db93a688 100644 --- a/zen/file_traverser.h +++ b/zen/file_traverser.h @@ -67,8 +67,8 @@ struct DstHackCallback; //DST hack not required on Unix #endif //custom traverser with detail information about files -//Win: client needs to handle duplicate file notifications! (FilePlusTraverser fallback) -//directory may end with PATH_SEPARATOR +//- client needs to handle duplicate file reports! (FilePlusTraverser fallback, retrying to read directory contents, ...) +//- directory may end with PATH_SEPARATOR void traverseFolder(const Zstring& dirname, //throw() TraverseCallback& sink, DstHackCallback* dstCallback = nullptr); //apply DST hack if callback is supplied -- cgit