--- loncom/imspackages/imsprocessor.pm 2004/03/20 00:45:16 1.5 +++ loncom/imspackages/imsprocessor.pm 2004/03/21 20:44:58 1.6 @@ -651,7 +651,7 @@ sub build_structure { my $filestem; if ($context eq 'DOCS') { - $filestem = "/uploaded/$cdom/$crs"; + $filestem = "/uploaded/$cdom/$crs/$timenow"; } elsif ($context eq 'CSTR') { $filestem = "/res/$udom/$uname/$newdir"; }