Navigation: Ultimate Suite for PowerBuilder Help > Image Editor > Functions >

of_savefile

Send comments on this topic.

 

Description:
 

Saves the loaded image to the file system given the file name passed in.

Syntax:

of_savefile (string as_file)

Argument

Description

as_file

The file name used to save the image.

Return Value:

This method returns the same return value that's passed to the the SaveComplete event. 0 indicates that the save was successful.

Usage:

If an empty string is passed, the image editor will prompt the user to pick a file name using the SaveFileName dialog.


Copyright © 2021 Werysoft Inc.