Is it possible to optionally create symlink of a file from a template?
For example in my template i have file something.txt. Normally it just copies it to target directory. But is it possible to make it symlinked instead? As some files in a template, are meant to be reused as is on target directories (but should be found in that directory).
Is it possible to optionally create symlink of a file from a template?
For example in my template i have file
something.txt
. Normally it just copies it to target directory. But is it possible to make itsymlinked
instead? As some files in a template, are meant to be reused as is on target directories (but should be found in that directory).