Subj : Re: help with code. interbbs lastcaller mod To : Rushfan #1 From : Xenos #1@60.Wwivnet Date : Tue Jan 03 2023 04:59 am On Tuesday, January 03, 2023 at 07:27, Rushfan wrote: R>RE: Re: help with code. interbbs lastcaller mod R>BY: Xenos #1 @60 R> R>Use printfile_path since that takes a full path vs. printfile which just wan R>a filename. That's what that warning/error is saying. R> R> R>Also you can make this more modern and pass a path directly. R> R>char s1[180]; R> sprintf(s1, "%slaston.txt", n.dir.c_str()); R> R>Do this (typing from memory, not tested) R> R>auto s1 = FilePath(n.dir, "laston.txt"); Will this work too? auto s1 = FilePath(n.dir, LASTON_TXT) (I'll test this of course, but writing this before I do anything.) R> R>Then instead of: R>bout.printfile(s1); R> R>This: R>bout.printfile_path(s1); Cool! This was what I was looking for. :) I also noticed the same INFO in the logoff matrix dialog, so I'll clean that up as well. It's down in void GoodBye(). A .-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-. /*\ | /\liens' /\lcove! WWIV on Linux, Taguig, Metro Manila, Philippines | / v \`-=-=-=-=-=-=-=-=-=-=-=-[ WWIV Development ]-=-=--=-=-=-=-=-=-=-=-=-=-' p Æ" --- WWIVToss v.1.52 * Origin: http://www.weather-station.org * Bel Air, MD -USA (11:1/101.0) .