TreeWalk library (v. 0.1 beta)
TreeWalk library implements directory tree traversal algorithm which
allows to stop walking through a tree of directories at any time, close
a program and then continue tree walking from the same stop-point after
next program start
After the program closing the stop-point saves in a given file.
Next start of the tree walking starts from next file after the last one
which was processed before previous program closing.
This library use the NTFSpath library for path handling, it means TreeWalk library
completelly supports UNICODE in path and file names and supports long NTFS path names
up to 32767 symbols.
The TreeWalk library can recognize "Reparse points" and pass them optionally
in order to pass mount points for example.
The archive
with the library have an application with examples of using for the all functions in the library.
more info >>
|