02-08-2012, 05:06 PM
(02-08-2012, 02:30 AM)dgbaker Wrote: Would be nice to be able to assign/copy files to multiple folders. Sometimes content like documentation may be for multiple users but not the same folders.
This is basically what a soft link in unix is. In general it is a nice feature but it raises lots of questions, like whether it is a copy or just a reference and if is a reference whether all copies/references are equal and what happens if one reference is modified or deleted.
Uwe