--- loncom/lonnet/perl/lonnet.pm 2017/10/16 16:33:54 1.1357 +++ loncom/lonnet/perl/lonnet.pm 2017/11/13 00:22:03 1.1358 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.1357 2017/10/16 16:33:54 raeburn Exp $ +# $Id: lonnet.pm,v 1.1358 2017/11/13 00:22:03 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -10165,7 +10165,7 @@ sub files_not_in_path { my $filename = $user."savedfiles"; my @return_files; my $path_part; - open(IN, '<'.LONCAPA::.$filename); + open(IN, '<'.LONCAPA::tempdir().$filename); while (my $line = ) { #ok, I know it's clunky, but I want it to work my @paths_and_file = split(m|/|, $line);