help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'StrWrap1' (#powtils_main)

StrSaveFile

Declaration

Source position: line 0

function StrSaveFile(

  const fname: String;

  const InputStr: String

):Boolean; overload;

function StrSaveFile(

  const fname: String;

  const InputStr: String;

  const endlnfeed: String

):Boolean; overload;

Notes

Saves a string to a file directly. This is basically the opposite of the StrLoadFile function. You can specify an end of file linefeed of your choice with the overloaded function (for example #10 or #13#10).

Returns false if there was a problem saving.






lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505