X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract.c;h=1d229a167922d52fcd8efac250fdf67f1d7a0710;hp=bd3ef92922bf7292eccf42f6b264fd21a7d697fe;hb=b30fcd099ba7f173984605ee03885e6e0c6624ec;hpb=bd25d812eaf391fea72f4a7970bc67fddf80ac6f diff --git a/src/extract.c b/src/extract.c index bd3ef929..1d229a16 100644 --- a/src/extract.c +++ b/src/extract.c @@ -293,8 +293,8 @@ WIMLIBAPI int wimlib_extract_image(WIMStruct *w, int image) } -/* Set the output directory for WIM extraction. The directory is created using - * mkdir(). Fails if directory cannot be created or already exists. */ +/* Sets and creates the directory to which files are to be extracted when + * extracting files from the WIM. */ WIMLIBAPI int wimlib_set_output_dir(WIMStruct *w, const char *dir) { char *p;