X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib.h;h=08fb9a0f5d0e1ca890d6b586c6715a8688dfa251;hp=0ba59d45d0ac223c42a242731914618c063022fb;hb=9d15e6a757aced5ccd5967f3ae566304de766026;hpb=0ce54d08c0b1c56f37ea2998acd6847da7ced8a2 diff --git a/src/wimlib.h b/src/wimlib.h index 0ba59d45..08fb9a0f 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -1395,8 +1395,10 @@ extern int wimlib_join(const char **swms, unsigned num_swms, * This number should be one less than the total number of parts in the * split WIM. Set to 0 if the WIM is a standalone WIM. * @param staging_dir - * Currently ignored, but may provide a way to specify the staging - * directory in the future. Set to @c NULL. + * If non-NULL, the name of a directory in which the staging directory will + * be created. Ignored if ::WIMLIB_MOUNT_FLAG_READWRITE is not specified + * in @a mount_flags. If left @c NULL, the staging directory is created in + * the same directory as the WIM file that @a wim was originally read from. * * @return 0 on success; nonzero on error. * @retval ::WIMLIB_ERR_ALREADY_LOCKED