X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwimlib.h;h=7a2fad7d8c3c87b595f848db31ba7876307fd39d;hb=500d90055cae33925961076f4eda19bb2ec57d8c;hp=5dbe3629d689d02448d1ab82224dd3f77f5235d2;hpb=f9695b9f40035f1a20968293255761a8301eaba0;p=wimlib diff --git a/src/wimlib.h b/src/wimlib.h index 5dbe3629..7a2fad7d 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -1003,12 +1003,9 @@ enum wimlib_error_code { /** * Adds an image to a WIM file from an on-disk directory tree or NTFS volume. * - * The directory tree of NTFS volume is read immediately for the purpose of - * constructing a directory entry tree in-memory. Also, all files are read to - * calculate their SHA1 message digests. However, because the directory tree - * may contain a very large amount of data, the files themselves are not read - * into memory permanently, and instead references to their paths saved. The - * files are then read on-demand if wimlib_write() or wimlib_overwrite() is + * The directory tree or NTFS volume is scanned immediately to load the dentry + * tree into memory, and file attributes and symbolic links are read. However, + * actual file data is not read until wimlib_write() or wimlib_overwrite() is * called. * * See the manual page for the @b wimlib-imagex program for more information