I'm looking for equivalent function in delphi.
This is the foxpro codes to convert to string and store it to LONGTEXT fields.
xString = strconv(filetostr("C:\AAA.JPG"), 13)
and back
strtofile(strconv(Temp_T.Photo, 14), "C:\BBB.JPG")
Can someone help me to convert lines these please?
This code is one way to store any files to "Photo LONGTEXT NULL" fields