Directories are created when files are copied, so we do not need
to do it prospectively here.
This commit is contained in:
Richard Kimberly Heck 2019-09-11 20:54:42 -04:00
parent a20f3a0d52
commit 05a446b77c

View File

@ -572,7 +572,6 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
string exppath = incfile; string exppath = incfile;
if (!runparams.export_folder.empty()) { if (!runparams.export_folder.empty()) {
exppath = makeAbsPath(exppath, runparams.export_folder).realPath(); exppath = makeAbsPath(exppath, runparams.export_folder).realPath();
FileName(exppath).onlyPath().createPath();
} }
// write it to a file (so far the complete file) // write it to a file (so far the complete file)