Apr 26, 2011 #1 ug505 Programmer Jan 2, 2010 52 US I'm trying to append filenames that my program finds into a text file. But it says I need Strings. How would I convert a TFileName to a String?
I'm trying to append filenames that my program finds into a text file. But it says I need Strings. How would I convert a TFileName to a String?
Apr 26, 2011 #2 Glenn9999 Programmer Jun 19, 2004 2,312 US TFileName is a string. Type cast it. It is not possible for anyone to acknowledge truth when their salary depends on them not doing it. Upvote 0 Downvote
TFileName is a string. Type cast it. It is not possible for anyone to acknowledge truth when their salary depends on them not doing it.
Apr 27, 2011 #3 sggaunt Programmer Jul 4, 2001 8,620 GB TheFilename as string Steve: N.M.N.F. If something is popular, it must be wrong: Mark Twain Upvote 0 Downvote