Skip to content

Create destination directory for symlink

If destination directory doesn't exist symlink() command doesn't create one so it should be created beforehand (same as when calling CopyFileAlways) instead of treating missing destination dir as an error.

Merge request reports