Search found 2 matches

by hastbacr
Wed May 16, 2018 10:18 am
Forum: wimlib discussion
Topic: Folders and security descriptors without recursive directory iteration
Replies: 4
Views: 9290

Re: Folders and security descriptors without recursive directory iteration

Thanx for your answer, I have been looking in to WIMLIB_ADD_FLAG_TEST_FILE_EXCLUSION and WIMLIB_PROGRESS_MSG_TEST_FILE_EXCLUSION. And yes, that would be possible to exclude files that is not on my file list. But it would also generate quite an overhead to search the list for every file and check if ...
by hastbacr
Thu May 03, 2018 12:02 pm
Forum: wimlib discussion
Topic: Folders and security descriptors without recursive directory iteration
Replies: 4
Views: 9290

Folders and security descriptors without recursive directory iteration

Hi, I plan to use this excellent library to store and compress files and folders for my backup software. My program has a list of files and folder to capture. I don't want wimlib to iterate recursively thru directories as it does by default, when wimlib_update_image is used with a folder as source. ...