Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you convert a TFileName to a String?

Status
Not open for further replies.

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?
 
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.
 
TheFilename as string

Steve: N.M.N.F.
If something is popular, it must be wrong: Mark Twain
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top