Subj : Re: help with code. interbbs lastcaller mod To : Xenos #1 From : Rushfan #1@513.Wwivnet Date : Mon Jan 02 2023 06:27 pm Use printfile_path since that takes a full path vs. printfile which just wants a filename. That's what that warning/error is saying. Also you can make this more modern and pass a path directly. char s1[180]; sprintf(s1, "%slaston.txt", n.dir.c_str()); Do this (typing from memory, not tested) auto s1 = FilePath(n.dir, "laston.txt"); Then instead of: bout.printfile(s1); This: bout.printfile_path(s1); rushfan ÿ --- WWIVToss v.1.52 * Origin: http://www.weather-station.org * Bel Air, MD -USA (11:1/101.0) .