mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Fix bug #11636.
Directories are created when files are copied, so we do not need to do it prospectively here.
This commit is contained in:
parent
a20f3a0d52
commit
05a446b77c
@ -572,7 +572,6 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
|
||||
string exppath = incfile;
|
||||
if (!runparams.export_folder.empty()) {
|
||||
exppath = makeAbsPath(exppath, runparams.export_folder).realPath();
|
||||
FileName(exppath).onlyPath().createPath();
|
||||
}
|
||||
|
||||
// write it to a file (so far the complete file)
|
||||
|
Loading…
Reference in New Issue
Block a user