SaveToDisk

Top  Previous  Next

Saves the file to disk.

 

Syntax:

function SaveToDisk(FileName: string): Boolean;

 

Description:

FileName is the file name you want to save the file in.  The return value indicates if the file was successfully saved.

 

Example:

 

scripting_ttextfile_savetodisk